Skip to content

Commit

Permalink
Run PHPCS with custom rules in GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
iodic committed Dec 9, 2024
1 parent 5f4cd52 commit f7794e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
run: vendor/bin/phpunit --bootstrap __tests__/bootstrap.php __tests__

- name: Run PHPCS
run: vendor/bin/phpcs --standard=WordPress --extensions=php --ignore=vendor/ .
run: vendor/bin/phpcs --standard=phpcs.xml --extensions=php --ignore=vendor/ .

0 comments on commit f7794e5

Please sign in to comment.