Skip to content

Commit aa8cf0b

Browse files
authored
Update php.yml
1 parent 637c5fb commit aa8cf0b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/php.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@ jobs:
3535
# Add a test script to composer.json, for instance: "test": "vendor/bin/phpunit"
3636
# Docs: https://getcomposer.org/doc/articles/scripts.md
3737
- name: Check coding standards
38-
run: composer run-script lint
39-
38+
run: composer run-script lint:fix
39+
40+
- name: Check PHPStan
41+
run: composer run-script lint:stan
42+
4043
- name: Run test suite
4144
run: composer run-script test

0 commit comments

Comments
 (0)