mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 00:05:09 +00:00
ci: relax failure threshold
This commit is contained in:
parent
77f393fa79
commit
e657e07ac0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
|
|
@ -58,4 +58,4 @@ jobs:
|
|||
|
||||
- name: Run hadolint
|
||||
run: |
|
||||
find . -type f -name "Dockerfile*" -exec hadolint {} +
|
||||
find . -type f -name "Dockerfile*" -exec hadolint --failure-threshold error {} +
|
||||
|
|
|
|||
Loading…
Reference in a new issue