Skip to content

Commit e7531ab

Browse files
mesteryglimchb
authored andcommitted
linters: Add hadolint Dockerfile linter
This adds the hadolint [1] Dockerfile linter to the IPDK CI. [1] https://github.com/hadolint/hadolint Signed-off-by: Kyle Mestery <[email protected]>
1 parent dafe123 commit e7531ab

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/markdown.yml .github/workflows/linters.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: MarkdownLint
1+
name: Linters
22

33
on:
44
push:
@@ -16,3 +16,12 @@ jobs:
1616
- uses: avto-dev/[email protected]
1717
with:
1818
args: './*.md'
19+
20+
docker-lint:
21+
runs-on: ubuntu-latest
22+
steps:
23+
- uses: actions/checkout@v3
24+
- uses: hadolint/[email protected]
25+
with:
26+
recursive: true
27+
ignore: DL3041

0 commit comments

Comments
 (0)