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 182c5d8 commit 1805b07Copy full SHA for 1805b07
.github/workflows/fix-php-code-style-issues.yml renamed to .github/workflows/linting.yml
@@ -1,13 +1,10 @@
1
-name: Fix PHP code style issues
+name: Check PHP code style issues
2
3
on:
4
push:
5
paths:
6
- '**.php'
7
8
-permissions:
9
- contents: write
10
-
11
jobs:
12
php-code-styling:
13
runs-on: ubuntu-latest
@@ -20,8 +17,6 @@ jobs:
20
17
21
18
- name: Fix PHP code style issues
22
19
uses: aglipanci/[email protected]
23
24
- - name: Commit changes
25
- uses: stefanzweifel/git-auto-commit-action@v5
26
with:
27
- commit_message: Fix styling
+ verboseMode: true
+ testMode: true
0 commit comments