Skip to content

Commit

Permalink
Run pint
Browse files Browse the repository at this point in the history
  • Loading branch information
lancepioch committed Jul 25, 2023
1 parent 5d3a0a3 commit 17cb9e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
- name: Generate Application Key
run: php artisan key:generate

- name: Laravel Pint
run: ./vendor/bin/pint --test

- name: PHPUnit
run: ./vendor/bin/phpunit --coverage-clover coverage.xml

Expand Down

0 comments on commit 17cb9e2

Please sign in to comment.