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 655236a commit d7d027aCopy full SHA for d7d027a
.github/workflows/main.yml
@@ -8,6 +8,8 @@ jobs:
8
- uses: actions/checkout@master
9
- name: PHPStan
10
uses: docker://oskarstark/phpstan-ga
11
+ env:
12
+ REQUIRE_DEV: true
13
with:
14
args: analyze --no-progress
15
0 commit comments