We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42cde1e commit 2946b5dCopy full SHA for 2946b5d
.github/workflows/php.yml
@@ -18,3 +18,6 @@ jobs:
18
19
- name: Run test suite
20
run: composer run-script test
21
+
22
+ - name: Run lint
23
+ run: composer run-script phpstan
0 commit comments