Skip to content

Commit

Permalink
fix(lint): pin php-cs-fixer version to make ci happy
Browse files Browse the repository at this point in the history
  • Loading branch information
renbaoshuo authored Jun 17, 2024
1 parent 149b91d commit 25b16d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: PHP-CS-Fixer
uses: docker://oskarstark/php-cs-fixer-ga
uses: docker://oskarstark/php-cs-fixer-ga:2.18.5
with:
args: --config=./web/.php-cs-fixer.php --diff --dry-run

0 comments on commit 25b16d0

Please sign in to comment.