Skip to content

Commit

Permalink
break out the composer install
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed Jan 17, 2025
1 parent a48f9b9 commit 6407bd5
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 Dependencies
run: composer install
- name: Lint
run: |
composer install
composer lint
run: composer lint
test:
name: Test
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6407bd5

Please sign in to comment.