Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.

Commit c18b328

Browse files
committed
ci: Install tools dependencies
1 parent c52d709 commit c18b328

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/check.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838
- name: Install dependencies
3939
run: |
4040
devenv shell composer -- install --prefer-dist --no-progress
41+
devenv shell composer -- -d tools/php-cs-fixer install
42+
devenv shell composer -- -d tools/twig-cs-fixer install
4143
devenv shell pnpm install
4244
4345
- name: Lint PHP files

0 commit comments

Comments
 (0)