Skip to content

Commit 446ce9e

Browse files
Fix spelling for ci pipeline
1 parent 9ae0f6d commit 446ce9e

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
@@ -31,7 +31,7 @@ jobs:
3131
- run: xmllint --noout --schema vendor/squizlabs/php_codesniffer/phpcs.xsd phpcs.Brianvarskonst.xml
3232
- run: xmllint --noout --schema vendor/squizlabs/php_codesniffer/phpcs.xsd phpcs.xml.dist
3333
- run: diff -Bw <(./bin/normalize.sh Brianvarskonst/ruleset.xml) <(./bin/normalize.sh <(xmllint --format Brianvarskonst/ruleset.xml))
34-
- run: diff -Bw phpcs.brianvarskonst.xml <(xmllint --format phpcs.brianvarskonst.xml)
34+
- 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
3737
run: vendor/bin/phpcs

0 commit comments

Comments
 (0)