Skip to content

Commit

Permalink
Merge pull request #643 from alexislefebvre/chore-do-not-install-depe…
Browse files Browse the repository at this point in the history
…ndencies-for-PHP-CS-Fixer

chore: don't install dependencies for PHP-CS-Fixer
  • Loading branch information
alexislefebvre authored Jul 18, 2024
2 parents 07c406e + 7204e33 commit 584cf6b
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 584cf6b

Please sign in to comment.