Skip to content

Commit ead4817

Browse files
authored
Fix code style CI
1 parent 6163295 commit ead4817

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,10 @@ jobs:
189189
path: ~/.composer/cache
190190
key: mw_${{ matrix.mw }}-php${{ matrix.php }}_v1
191191

192+
- uses: actions/checkout@v4
193+
with:
194+
path: EarlyCopy
195+
192196
- name: Install MediaWiki
193197
if: steps.cache-mediawiki.outputs.cache-hit != 'true'
194198
working-directory: ~

0 commit comments

Comments
 (0)