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 daf2eb7 commit 2038bd6Copy full SHA for 2038bd6
.github/workflows/php-cs-fixer.yml
@@ -1,10 +1,17 @@
1
name: Check & fix styling
2
3
-on: [push]
+on:
4
+ push:
5
+ paths:
6
+ - '**.php'
7
+
8
+permissions:
9
+ contents: write
10
11
jobs:
12
php-cs-fixer:
13
runs-on: ubuntu-latest
14
+ timeout-minutes: 5
15
16
steps:
17
- name: Checkout code
@@ -18,6 +25,6 @@ jobs:
18
25
args: --config=.php-cs-fixer.dist.php --allow-risky=yes
19
26
20
27
- name: Commit changes
21
- uses: stefanzweifel/git-auto-commit-action@v4
28
+ uses: stefanzweifel/git-auto-commit-action@v5
22
29
with:
23
- commit_message: Fix styling
30
+ commit_message: Fix styling
0 commit comments