Skip to content

Commit

Permalink
Add linting check
Browse files Browse the repository at this point in the history
  • Loading branch information
onigoetz committed Dec 9, 2022
1 parent 5384ac6 commit fae2762
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ jobs:
run: ./scripts/install_tools.sh
shell: bash

- name: Check formatting
run: composer run-script lint

- name: Run test suite
run: composer run-script test

Expand Down

0 comments on commit fae2762

Please sign in to comment.