Skip to content

Commit

Permalink
ci: code-quality workflow doesn't fail on clippy errors
Browse files Browse the repository at this point in the history
  • Loading branch information
miles170 committed Oct 13, 2023
1 parent f3f82c1 commit cd51eb8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ name: Code Quality

on: [push, pull_request]

env:
# * style job configuration
STYLE_FAIL_ON_FAULT: true ## (bool) fail the build if a style job contains a fault (error or warning); may be overridden on a per-job basis

permissions:
contents: read # to fetch code (actions/checkout)

Expand Down

0 comments on commit cd51eb8

Please sign in to comment.