Skip to content

Commit

Permalink
Add pint to laravel workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JanOppolzer committed Jul 9, 2024
1 parent ba44a89 commit 130d26d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
run: php -r "file_exists('.env') || copy('.env.example', '.env');"
- name: Install Dependencies
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
- name: Run pint
run: vendor/bin/pint --test
- name: Generate key
run: php artisan key:generate
- name: Run translations check
Expand Down

0 comments on commit 130d26d

Please sign in to comment.