Skip to content

Commit 6ff3ae9

Browse files
committed
Lint with phpstan in GitHub Actions
1 parent f87f66b commit 6ff3ae9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,6 @@ jobs:
2323

2424
- name: Lint with phpcs
2525
run: vendor/bin/phpcs --standard=PSR2 src/
26+
27+
- name: Lint with phpstan
28+
run: vendor/bin/phpstan analyze

0 commit comments

Comments
 (0)