Skip to content

Commit 214d49b

Browse files
committed
Fix lint CI dependency resolution
1 parent 00feead commit 214d49b

2 files changed

Lines changed: 464 additions & 486 deletions

File tree

.github/workflows/lint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
extensions: json, dom, curl, libxml, mbstring
2525
coverage: none
2626

27+
- name: Install dependencies
28+
run: composer install --prefer-dist --no-interaction
29+
2730
- name: Run lint
2831
run: composer lint
2932

0 commit comments

Comments
 (0)