mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
Merge pull request #5399 from miles170/fix-code-quality-ci
ci: code-quality workflow doesn't fail on clippy errors
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user