Skip to content

Commit 8a4a459

Browse files
committed
Lint with phpstan in GitHub Actions
1 parent 0ddcfbb commit 8a4a459

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.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=.phpcs-ruleset.xml src/
26+
27+
- name: Lint with phpstan
28+
run: vendor/bin/phpstan analyze

0 commit comments

Comments
 (0)