Skip to content

Commit 1978541

Browse files
committed
Use php-parallel-lint in GitHub workflow
1 parent 3473678 commit 1978541

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,9 @@ jobs:
162162
- name: Run PHPLint tool
163163
run: make phplint
164164

165+
- name: Run PHP Parallel Lint tool
166+
run: make php-parallel-lint
167+
165168
- name: Run Psalm static analysis tool and report statistics to https://shepherd.dev/
166169
run: make psalm-github
167170

0 commit comments

Comments
 (0)