Skip to content

Commit e65e5f1

Browse files
committed
cs-fix
1 parent e15f947 commit e65e5f1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ jobs:
3636
key: ${{ matrix.os }}-composer-${{ matrix.php-versions }}-${{ hashFiles('**/composer.lock') }}
3737
restore-keys: ${{ matrix.os }}-composer-${{ matrix.php-versions }}-
3838

39+
- name: Install dependencies
40+
run: |
41+
composer install --prefer-dist
42+
3943
- name: Run codestyle check
4044
env:
4145
PHP_CS_FIXER_IGNORE_ENV: 1

0 commit comments

Comments
 (0)