Skip to content

Commit 846d28a

Browse files
committed
Fix phpcs filename
1 parent dfea281 commit 846d28a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/static-code-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ jobs:
99
with:
1010
fetch-depth: 1
1111
- name: Run PHP_CodeSniffer
12-
run: docker run --rm -v $(pwd):/data cytopia/phpcs --standard=./phpcs.xml
12+
run: docker run --rm -v $(pwd):/data cytopia/phpcs --standard=./phpcs.xml.dist

0 commit comments

Comments
 (0)