Skip to content

Commit

Permalink
use pint
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Jan 12, 2024
1 parent 9fb41b2 commit 279c3be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 45 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/fix-php-code-style-issues.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Check & fix styling
name: Fix PHP code style issues

on:
push:
Expand All @@ -9,7 +9,7 @@ permissions:
contents: write

jobs:
php-cs-fixer:
php-code-styling:
runs-on: ubuntu-latest
timeout-minutes: 5

Expand All @@ -19,10 +19,8 @@ jobs:
with:
ref: ${{ github.head_ref }}

- name: Run PHP CS Fixer
uses: docker://oskarstark/php-cs-fixer-ga
with:
args: --config=.php-cs-fixer.dist.php --allow-risky=yes
- name: Fix PHP code style issues
uses: aglipanci/laravel-pint-action@2.3.1

- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v5
Expand Down
39 changes: 0 additions & 39 deletions .php-cs-fixer.dist.php

This file was deleted.

0 comments on commit 279c3be

Please sign in to comment.