Skip to content

Commit b84908e

Browse files
Use composer script to check cs
1 parent 446ce9e commit b84908e

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
@@ -34,7 +34,7 @@ jobs:
3434
- run: diff -Bw phpcs.Brianvarskonst.xml <(xmllint --format phpcs.Brianvarskonst.xml)
3535
- run: diff -Bw phpcs.xml.dist <(xmllint --format phpcs.xml.dist)
3636
- name: Stylecheck against Brianvarskonst itself
37-
run: vendor/bin/phpcs
37+
run: composer cs
3838
run-tests:
3939
strategy:
4040
matrix:

0 commit comments

Comments
 (0)