Skip to content

Commit 03ba2c5

Browse files
committed
refactor: Update phpstan-console configuration file name for consistency.
1 parent 2a57d80 commit 03ba2c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
phpstan-console:
3636
uses: php-forge/actions/.github/workflows/phpstan.yml@main
3737
with:
38-
configuration: 'phpstan-console.neon'
38+
configuration: 'phpstan-console-config.neon'
3939
composer-command: |
4040
composer require yiisoft/yii2:22.0.x-dev --prefer-dist --no-progress --no-interaction --no-scripts --ansi
4141
concurrency-group: phpstan-console-${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)