Skip to content

Commit 54c213b

Browse files
committed
:octocat: phpcs does not properly load its config for some reason?
1 parent b3acaa5 commit 54c213b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: php vendor/bin/phan --target-php-version=${{ matrix.php-version }}
5353

5454
- name: "Run PHP_CodeSniffer"
55-
run: php vendor/bin/phpcs --standard=phpcs.xml.dist
55+
run: php vendor/bin/phpcs -v
5656

5757
# - name: "Run PHPStan"
5858
# run: php vendor/bin/phpstan

0 commit comments

Comments
 (0)