:octocat: phpcs does not properly load its config for some reason?

This commit is contained in:
smiley
2025-07-19 23:56:49 +02:00
parent bf34b46c57
commit b3acaa5105
+1 -1
View File
@@ -52,7 +52,7 @@ jobs:
run: php vendor/bin/phan --target-php-version=${{ matrix.php-version }}
- name: "Run PHP_CodeSniffer"
run: php vendor/bin/phpcs
run: php vendor/bin/phpcs --standard=phpcs.xml.dist
# - name: "Run PHPStan"
# run: php vendor/bin/phpstan