Skip to content

Commit

Permalink
feat: Perform static analysis during build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hellopablo committed Jul 3, 2023
1 parent 94fe707 commit 786f469
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_and_test.yml
Expand Up @@ -36,5 +36,8 @@ jobs:
- name: Run tests
run: composer test

- name: PHPStan Static Analysis
run: composer analyse

- name: Build assets
run: yarn build

0 comments on commit 786f469

Please sign in to comment.