Skip to content

Commit

Permalink
test: run static analysis in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ipranjal committed Aug 7, 2023
1 parent eca3b06 commit 10aae50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,7 @@ jobs:
run: composer install --no-interaction
- name: run tests
run: vendor/bin/pest --coverage-clover ./clover.xml
- name: run static analysis
run: vendor/bin/phpstan analyse src --level 5
- name: Upload to Codecov
uses: codecov/codecov-action@v3

0 comments on commit 10aae50

Please sign in to comment.