We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af155b9 commit e91d1a7Copy full SHA for e91d1a7
.editorconfig
@@ -1,5 +1,3 @@
1
-# editorconfig.org
2
-
3
root = true
4
5
[*]
.github/workflows/ci.yml
@@ -33,8 +33,9 @@ jobs:
33
- 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)
35
- run: diff -Bw phpcs.xml.dist <(xmllint --format phpcs.xml.dist)
36
+ - run: vendor/bin/phpcs -i
37
- name: Stylecheck against Brianvarskonst itself
- run: composer cs
38
+ run: vendor/bin/phpcs
39
run-tests:
40
strategy:
41
matrix:
0 commit comments