Skip to content

Commit

Permalink
Add Pint to GitHub actions. Closes #2
Browse files Browse the repository at this point in the history
  • Loading branch information
hofmannsven committed Mar 4, 2024
1 parent b58e913 commit 5102d50
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 @@ -43,3 +43,6 @@ jobs:

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

- name: Run Pint
run: vendor/bin/pint

0 comments on commit 5102d50

Please sign in to comment.