Skip to content

Commit b58a4a8

Browse files
authored
Use local version of phpcs
1 parent 8f485c8 commit b58a4a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
run: composer-unused
8282

8383
- name: PHP Code Sniffer
84-
run: phpcs
84+
run: vendor/bin/phpcs
8585

8686
- name: PHPStan
8787
run: |

0 commit comments

Comments
 (0)