Skip to content

Commit

Permalink
Use Docker image provided by friends-of-php/php-cs-fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
mpdude committed Aug 27, 2024
1 parent 2e91b32 commit 0c87e15
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/fix-cs-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
ref: ${{ github.head_ref }}

- name: Run PHP-CS-Fixer
uses: docker://oskarstark/php-cs-fixer-ga
uses: docker://ghcr.io/php-cs-fixer/php-cs-fixer:3.62.0-php8.3
with:
args: "fix --show-progress=dots"

- name: Commit and push back changes
uses: stefanzweifel/git-auto-commit-action@v5
Expand Down

0 comments on commit 0c87e15

Please sign in to comment.