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.
2 parents 655236a + d7d027a commit 054afbcCopy full SHA for 054afbc
.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