Skip to content

Commit

Permalink
fix: Update Github configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Jan 31, 2021
1 parent 810b8e6 commit 9327044
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

on:
- pull_request
- push

name: "Static analysis"

Expand Down Expand Up @@ -57,5 +58,5 @@ jobs:
vendor/bin/psalm --output-format=github | cs2pr
- name: Send PSALM data
run: vendor/bin/psalm --shepherd --stats
continue-on-error: true
run: vendor/bin/psalm --shepherd --stats src/
continue-on-error: true

0 comments on commit 9327044

Please sign in to comment.