Skip to content

Commit

Permalink
code sniff
Browse files Browse the repository at this point in the history
  • Loading branch information
stevethomas committed Feb 20, 2023
1 parent 7d541a7 commit b6f415f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@ jobs:
- name: Install composer dependencies
run: composer install --prefer-dist --no-interaction --no-progress

- name: Code sniff
run: vendor/bin/php-cs-fixer fix --dry-run

- name: Execute tests
run: vendor/bin/phpunit

0 comments on commit b6f415f

Please sign in to comment.