Skip to content

Commit

Permalink
Don't fail fast on static analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacalz committed Oct 31, 2021
1 parent 9b703bf commit de7b91f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/static_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ permissions:
jobs:
checks:
runs-on: ubuntu-latest
strategy:
fail-fast: false

steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit de7b91f

Please sign in to comment.