Skip to content

Commit

Permalink
Attempts to fix php
Browse files Browse the repository at this point in the history
  • Loading branch information
vpetersson committed Dec 26, 2024
1 parent 7e13ca7 commit da92cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
composer install
- name: Run PHP CodeSniffer
run: ./vendor/bin/phpcs --standard=.phpcs.xml.dist . --report=checkstyle | cs2pr
run: ./vendor/bin/phpcs --standard=.phpcs.xml.dist .

style-quality:
name: CSS/JS
Expand Down

0 comments on commit da92cac

Please sign in to comment.