We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8a19af commit 1495239Copy full SHA for 1495239
.github/workflows/php-cs-fixer.yml renamed to .github/workflows/pint.yml
@@ -1,6 +1,8 @@
1
-name: php-cs-fixer
2
-
3
-on: [push]
+name: Fix PHP code style issues
+on:
+ push:
4
+ paths:
5
+ - '**.php'
6
7
jobs:
8
php-cs-fixer:
@@ -12,10 +14,8 @@ jobs:
12
14
with:
13
15
ref: ${{ github.head_ref }}
16
- - name: Run PHP CS Fixer
- uses: docker://oskarstark/php-cs-fixer-ga
17
- with:
18
- args: --config=.php-cs-fixer.php --allow-risky=yes
+ - name: Fix PHP code style issues
+ uses: aglipanci/[email protected]
19
20
- name: Commit changes
21
uses: stefanzweifel/git-auto-commit-action@v5
.php-cs-fixer.cache
0 commit comments