Skip to content

Commit

Permalink
fix github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
chachanagov committed May 6, 2024
1 parent dd539b0 commit 678f100
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cs-fixser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,8 @@ jobs:
restore-keys: |
php-${{ matrix.php }}-${{ matrix.os }}-composer-
- name: Install Composer Dependencies
run: composer install --prefer-dist --no-interaction

- name: Check Coding Standards
run: vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.php --diff -vvv --using-cache=no

0 comments on commit 678f100

Please sign in to comment.