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 feee548 commit 9159c41Copy full SHA for 9159c41
.github/workflows/pint-lint.yml .github/workflows/code-style-lint.yml.github/workflows/pint-lint.yml renamed to .github/workflows/code-style-lint.yml
@@ -1,20 +1,19 @@
1
-name: Lint PHP code style issues
+name: Lint code style issues
2
3
on:
4
pull_request:
5
- paths:
6
- - '**.php'
7
8
jobs:
9
- lint-php-code-styling:
+ lint-code-styling:
10
runs-on: ubuntu-latest
11
12
steps:
13
- name: Checkout code
14
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
15
16
- name: Check PHP code style issues
17
- uses: aglipanci/laravel-pint-action@1.0.0
+ uses: aglipanci/laravel-pint-action@v2
18
with:
19
testMode: true
20
verboseMode: true
+ pintVersion: 1.16.0
.github/workflows/pint-fix.yml
0 commit comments