We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5436c4f commit 521ae7aCopy full SHA for 521ae7a
.github/workflows/ci.yaml
@@ -138,10 +138,7 @@ jobs:
138
139
- name: Install dependencies
140
if: ${{ steps.find-files.outputs.files }}
141
- run: |
142
- git clone --depth 15 https://github.com/symfony-tools/code-block-checker.git ../_checker
143
- cd ../_checker
144
- composer install
+ run: composer create-project symfony-tools/code-block-checker ../_checker
145
146
- name: Install test application
147
0 commit comments