Skip to content

Commit

Permalink
ci: add environment variable for PHP CS Fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Feb 7, 2023
1 parent 973f4c9 commit ede0450
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
uses: ramsey/composer-install@v2

- name: Run Grumphp
env:
PHP_CS_FIXER_IGNORE_ENV: 1
run: vendor/bin/grumphp run

- name: Send Scrutinizer data
Expand Down

0 comments on commit ede0450

Please sign in to comment.