Skip to content

Commit

Permalink
Fix annoying PHP-CS-Fixer error
Browse files Browse the repository at this point in the history
  • Loading branch information
curry684 committed Dec 20, 2024
1 parent 9823750 commit 3dee862
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ jobs:
- name: Check code style
run: vendor/bin/php-cs-fixer fix --dry-run
if: ${{ matrix.dependencies == 'stable' && !matrix.experimental }}
env:
PHP_CS_FIXER_IGNORE_ENV: 1

- name: Run PHPStan static analysis
run: vendor/bin/phpstan
Expand Down

0 comments on commit 3dee862

Please sign in to comment.