Skip to content

Commit

Permalink
Require dev dependencies for SA tools
Browse files Browse the repository at this point in the history
Some of our dev dependencies are actually optional dependencies, and are
necessary for SA tools to fully understand our code.
  • Loading branch information
greg0ire committed Mar 21, 2020
1 parent 8bea109 commit 002aa9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@ jobs:
- uses: actions/checkout@master
- name: PHPStan
uses: "docker://oskarstark/phpstan-ga"
env:
REQUIRE_DEV: true
with:
args: analyse

0 comments on commit 002aa9f

Please sign in to comment.