Skip to content

Commit

Permalink
ci: use cs:fix instead of cs:diff
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp committed May 12, 2024
1 parent a7d4073 commit 47f4cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-php-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
run: make prepare

- name: 🚨 Run coding standards task
run: composer cs:diff
run: composer cs:fix
env:
PHP_CS_FIXER_IGNORE_ENV: true

Expand Down

0 comments on commit 47f4cc8

Please sign in to comment.