ci: code-quality workflow doesn't fail on clippy errors

This commit is contained in:
Miles Liu
2023-10-13 14:13:10 +08:00
parent f3f82c14af
commit cd51eb8eb5
+4
View File
@@ -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)