Skip to content

Commit

Permalink
ci: fix Pint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
owenvoke committed Mar 24, 2023
1 parent 0a00091 commit 9e1faea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
coverage: none

- name: Install Dependencies
run: composer update --${{ matrix.dependency-version }} --no-interaction --prefer-dist --no-progress --ansi
run: composer update --no-interaction --prefer-dist --no-progress --ansi

- name: Run Pint
run: vendor/bin/pint --test --ansi
Expand Down

0 comments on commit 9e1faea

Please sign in to comment.