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

This commit is contained in:
smiley
2025-07-20 01:10:13 +02:00
parent b3acaa5105
commit 54c213bd4a
+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 --standard=phpcs.xml.dist
run: php vendor/bin/phpcs -v
# - name: "Run PHPStan"
# run: php vendor/bin/phpstan