Skip to content

Commit 9159c41

Browse files
Update code style workflows (#489)
* Delete `pint-fix` workflow * Sync linting workflow with core
1 parent feee548 commit 9159c41

File tree

2 files changed

+5
-35
lines changed

2 files changed

+5
-35
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
1-
name: Lint PHP code style issues
1+
name: Lint code style issues
22

33
on:
44
pull_request:
5-
paths:
6-
- '**.php'
75

86
jobs:
9-
lint-php-code-styling:
7+
lint-code-styling:
108
runs-on: ubuntu-latest
119

1210
steps:
1311
- name: Checkout code
14-
uses: actions/checkout@v3
12+
uses: actions/checkout@v4
1513

1614
- name: Check PHP code style issues
17-
uses: aglipanci/laravel-pint-action@1.0.0
15+
uses: aglipanci/laravel-pint-action@v2
1816
with:
1917
testMode: true
2018
verboseMode: true
19+
pintVersion: 1.16.0

.github/workflows/pint-fix.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)