Skip to content

Commit

Permalink
remove linter ignore env flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Bart-Kuenen-nextapps committed Dec 13, 2023
1 parent 9451c6c commit adf7795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ jobs:
- name: Execute linting
run: |
PHP_CS_FIXER_IGNORE_ENV=1 vendor/bin/php-cs-fixer fix --dry-run
vendor/bin/php-cs-fixer fix --dry-run
vendor/bin/phpcs --colors --report-full

0 comments on commit adf7795

Please sign in to comment.