Skip to content

Commit

Permalink
Use Pint
Browse files Browse the repository at this point in the history
  • Loading branch information
aerni committed May 14, 2024
1 parent 51871c8 commit 15f3f1e
Show file tree
Hide file tree
Showing 4 changed files with 10,992 additions and 41 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}

- name: Run PHP CS Fixer
uses: docker://oskarstark/php-cs-fixer-ga
with:
args: --config=.php_cs.dist.php --allow-risky=yes
- name: Fix styling issues
uses: aglipanci/[email protected]

- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4
Expand Down
35 changes: 0 additions & 35 deletions .php_cs.dist.php

This file was deleted.

1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"stechstudio/laravel-zipstream": "^4.8"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.8",
"nunomaduro/collision": "^6.1",
"orchestra/testbench": "^7.5",
"phpunit/phpunit": "^9.5"
Expand Down
Loading

0 comments on commit 15f3f1e

Please sign in to comment.