Skip to content

Commit

Permalink
Check installed paths
Browse files Browse the repository at this point in the history
  • Loading branch information
brianvarskonst committed Jun 4, 2024
1 parent af155b9 commit e91d1a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# editorconfig.org

root = true

[*]
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ jobs:
- run: diff -Bw <(./bin/normalize.sh Brianvarskonst/ruleset.xml) <(./bin/normalize.sh <(xmllint --format Brianvarskonst/ruleset.xml))
- run: diff -Bw phpcs.Brianvarskonst.xml <(xmllint --format phpcs.Brianvarskonst.xml)
- run: diff -Bw phpcs.xml.dist <(xmllint --format phpcs.xml.dist)
- run: vendor/bin/phpcs -i
- name: Stylecheck against Brianvarskonst itself
run: composer cs
run: vendor/bin/phpcs
run-tests:
strategy:
matrix:
Expand Down

0 comments on commit e91d1a7

Please sign in to comment.