Skip to content

Commit 521ae7a

Browse files
committed
[CI][CodeBlockChecker] Installed tagged version instead of dev-main
1 parent 5436c4f commit 521ae7a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,7 @@ jobs:
138138

139139
- name: Install dependencies
140140
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
141+
run: composer create-project symfony-tools/code-block-checker ../_checker
145142

146143
- name: Install test application
147144
if: ${{ steps.find-files.outputs.files }}

0 commit comments

Comments
 (0)