Skip to content

Commit 783c3f8

Browse files
alistair3149malberts
authored andcommitted
Fix code style CI
1 parent 21c4a0e commit 783c3f8

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)