mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2026-08-29 04:07:02 +00:00
fix: Resolve shellcheck error (#1313)
This commit is contained in:
@@ -23,16 +23,14 @@ jobs:
|
||||
-e SC1091
|
||||
-e SC2001
|
||||
-e SC2034
|
||||
-e SC2064
|
||||
-e SC2317
|
||||
-e SC2153
|
||||
-e SC2028
|
||||
-
|
||||
name: Lint Dockerfile
|
||||
uses: hadolint/hadolint-action@v3.3.0
|
||||
with:
|
||||
dockerfile: Dockerfile
|
||||
ignore: DL3008,DL3003,DL3006,DL3013
|
||||
ignore: DL3008,DL3003,DL3006
|
||||
failure-threshold: warning
|
||||
-
|
||||
name: Validate JSON and YML files
|
||||
|
||||
Reference in New Issue
Block a user