We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b1530e commit be3d27eCopy full SHA for be3d27e
.github/workflows/phpstan.yml
@@ -26,4 +26,4 @@ jobs:
26
- name: "Install dependencies"
27
run: "composer install --no-interaction --no-progress --no-suggest"
28
- name: "Static analysis"
29
- uses: chindit/actions-phpstan@master
+ run: "vendor/bin/phpstan analyse"
0 commit comments