build: Add Hadolint (#133)
This commit is contained in:
parent
de8f08a7af
commit
152abf1443
|
@ -17,3 +17,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
path: "assets"
|
path: "assets"
|
||||||
file-endings: ".xml"
|
file-endings: ".xml"
|
||||||
|
- name: Lint Dockerfile
|
||||||
|
uses: hadolint/hadolint-action@v3.1.0
|
||||||
|
with:
|
||||||
|
dockerfile: Dockerfile
|
||||||
|
ignore: DL3008
|
||||||
|
failure-threshold: warning
|
||||||
|
|
|
@ -6,6 +6,7 @@ on:
|
||||||
- '**/*.xml'
|
- '**/*.xml'
|
||||||
- '.github/workflows/test.yml'
|
- '.github/workflows/test.yml'
|
||||||
- '.github/workflows/check.yml'
|
- '.github/workflows/check.yml'
|
||||||
|
- 'Dockerfile'
|
||||||
|
|
||||||
name: "Test"
|
name: "Test"
|
||||||
permissions: {}
|
permissions: {}
|
||||||
|
|
Loading…
Reference in New Issue