Skip to content

Commit

Permalink
temporary ignore env PHP-CS-Fixer in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
ddevsr committed Dec 4, 2024
1 parent 08d1a69 commit f51cba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ jobs:
run: composer update --ansi --no-interaction

- name: Run lint
run: composer cs
run: PHP_CS_FIXER_IGNORE_ENV=1 composer cs

0 comments on commit f51cba5

Please sign in to comment.