Skip to content

Commit

Permalink
Allow failure in phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
beberlei committed Dec 3, 2020
1 parent b5f3cd5 commit e62bda5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,4 @@ jobs:

- name: "Run a static analysis with phpstan/phpstan"
run: "vendor/bin/phpstan analyse"
continue-on-error: true

0 comments on commit e62bda5

Please sign in to comment.