Skip to content

Commit

Permalink
Nutze Docker-Image von friends-of-php/php-cs-fixer (Case 174703)
Browse files Browse the repository at this point in the history
Automatischer Commit über webfactory/bfg9000#10
  • Loading branch information
mpdude committed Aug 27, 2024
1 parent f040cdb commit 6b13158
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 @@ -18,7 +18,9 @@ jobs:
ref: ${{ github.head_ref }}

- name: Run PHP-CS-Fixer
uses: docker://ghcr.io/webfactory/php-cs-fixer:3.62.0
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@v4
Expand Down

0 comments on commit 6b13158

Please sign in to comment.