Skip to content

Commit e91d1a7

Browse files
Check installed paths
1 parent af155b9 commit e91d1a7

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.editorconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# editorconfig.org
2-
31
root = true
42

53
[*]

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ jobs:
3333
- run: diff -Bw <(./bin/normalize.sh Brianvarskonst/ruleset.xml) <(./bin/normalize.sh <(xmllint --format Brianvarskonst/ruleset.xml))
3434
- run: diff -Bw phpcs.Brianvarskonst.xml <(xmllint --format phpcs.Brianvarskonst.xml)
3535
- run: diff -Bw phpcs.xml.dist <(xmllint --format phpcs.xml.dist)
36+
- run: vendor/bin/phpcs -i
3637
- name: Stylecheck against Brianvarskonst itself
37-
run: composer cs
38+
run: vendor/bin/phpcs
3839
run-tests:
3940
strategy:
4041
matrix:

0 commit comments

Comments
 (0)