Skip to content

Commit

Permalink
Merge pull request #5399 from miles170/fix-code-quality-ci
Browse files Browse the repository at this point in the history
ci: code-quality workflow doesn't fail on clippy errors
  • Loading branch information
cakebaker committed Oct 13, 2023
2 parents fa28dec + cd51eb8 commit 4d3d720
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 4d3d720

Please sign in to comment.