Skip to content

Commit

Permalink
run lint after install
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed Oct 8, 2024
1 parent 3f0047d commit 8e2c7a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Composer dependencies
run: composer install
- name: Lint
run: composer lint
run: |
composer install
composer lint
test:
name: Test
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8e2c7a6

Please sign in to comment.