Skip to content

Commit

Permalink
enable PHPStan in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
timacdonald committed Nov 25, 2021
1 parent 8831ff5 commit 64ef97a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
# - name: Psalm
# run: ./vendor/bin/psalm --shepherd --no-progress

# - name: PHPStan
# run: ./vendor/bin/phpstan --no-interaction --verbose
- name: PHPStan
run: ./vendor/bin/phpstan --no-interaction --verbose

tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 64ef97a

Please sign in to comment.