Skip to content

Commit

Permalink
Update .github/workflows/test-coding-standards.yml
Browse files Browse the repository at this point in the history
Co-authored-by: John Paul E. Balandan, CPA <[email protected]>
  • Loading branch information
ddevsr and paulbalandan authored Dec 4, 2024
1 parent f51cba5 commit 0a023ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,6 @@ jobs:
run: composer update --ansi --no-interaction

- name: Run lint
run: PHP_CS_FIXER_IGNORE_ENV=1 composer cs
run: composer cs
env:
PHP_CS_FIXER_IGNORE_ENV: ${{ matrix.php-version == "8.4" }}

0 comments on commit 0a023ff

Please sign in to comment.