Skip to content

Commit 7204e33

Browse files
chore: don't install dependencies for PHP-CS-Fixer
1 parent 395eb2a commit 7204e33

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/qa.yml

+4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ jobs:
99

1010
steps:
1111
- uses: actions/checkout@master
12+
13+
- name: Delete composer files to avoid installing dependencies
14+
run: rm -v composer.json
15+
1216
- name: PHP-CS-Fixer
1317
uses: docker://jakzal/phpqa:1.58.7-php7.4-alpine
1418
with:

0 commit comments

Comments
 (0)