Skip to content

ci: add hadolint Dockerfile linter (#125) #3

ci: add hadolint Dockerfile linter (#125)

ci: add hadolint Dockerfile linter (#125) #3

Workflow file for this run

name: Lint
on: [push]
jobs:
markdownlint:
name: markdownlint
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: lint_markdown
uses: docker://avtodev/markdown-lint:v1
with:
args: './*.md'
ignore: './test/output.md ./test/custom-template-keywords.md ./EXAMPLE_OUTPUT.md'
hadolint:
name: hadolint
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: hadolint
uses: hadolint/[email protected]
with:
dockerfile: Dockerfile