Skip to content

Commit

Permalink
chore: don't install dependencies for PHP-CS-Fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
alexislefebvre committed Jul 18, 2024
1 parent 395eb2a commit 7204e33
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ jobs:

steps:
- uses: actions/checkout@master

- name: Delete composer files to avoid installing dependencies
run: rm -v composer.json

- name: PHP-CS-Fixer
uses: docker://jakzal/phpqa:1.58.7-php7.4-alpine
with:
Expand Down

0 comments on commit 7204e33

Please sign in to comment.