Skip to content

Commit

Permalink
run composer install on PHPStan CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
rvanlaak committed Nov 22, 2021
1 parent b27f570 commit 2b3f2ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,6 @@ jobs:
container: jakzal/phpqa
steps:
- uses: actions/checkout@v2
- run: composer install
- name: PHPStan (via jakzal/phpqa)
run: phpstan analyze -c .phpstan.neon

0 comments on commit 2b3f2ab

Please sign in to comment.