Skip to content

Commit

Permalink
ci: run php-cs-fixer without progress
Browse files Browse the repository at this point in the history
  • Loading branch information
ckrack committed Feb 27, 2024
1 parent 0c35063 commit 6ff3f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: vendor/bin/requirements-checker

- name: Check Style
run: vendor/bin/php-cs-fixer check --no-ansi --no-interaction
run: vendor/bin/php-cs-fixer check --no-ansi --no-interaction --show-progress=none

- name: Warm cache
run: php bin/console cache:warmup
Expand Down

0 comments on commit 6ff3f9e

Please sign in to comment.