Skip to content

Commit

Permalink
Silence php-cs-fixer issue
Browse files Browse the repository at this point in the history
  • Loading branch information
christeredvartsen committed Jan 6, 2025
1 parent 6c9811b commit b8ffe7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ jobs:

- name: Check coding standard
run: php-cs-fixer fix --dry-run --diff
env:
PHP_CS_FIXER_IGNORE_ENV: 1

- uses: actions/upload-artifact@v4
if: always()
Expand Down

0 comments on commit b8ffe7d

Please sign in to comment.