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 5e01767 commit d4dd34cCopy full SHA for d4dd34c
.github/workflows/lint.yml
@@ -10,6 +10,9 @@ on:
10
- develop
11
- main
12
13
+permissions:
14
+ contents: write
15
+
16
jobs:
17
quality:
18
runs-on: ubuntu-latest
@@ -27,19 +30,13 @@ jobs:
27
30
npm install
28
31
29
32
- name: Run Pint
- run: vendor/bin/pint
33
+ run: vendor/bin/pint --test
34
- - name: Frontend Format
- run: npm run format
35
+ - name: Frontend Format Check
36
+ run: npm run format -- --check
37
38
- name: Frontend Lint
39
run: npm run lint
40
- - name: Commit changes
- uses: stefanzweifel/git-auto-commit-action@v5
- with:
41
- commit_message: fix code style
42
- commit_options: "--no-verify"
43
-
44
- name: PHPStan
45
run: ./vendor/bin/phpstan
0 commit comments