diff --git a/.github/workflows/markdown.yml b/.github/workflows/linters.md similarity index 56% rename from .github/workflows/markdown.yml rename to .github/workflows/linters.md index 40f6d279..49f43848 100644 --- a/.github/workflows/markdown.yml +++ b/.github/workflows/linters.md @@ -1,4 +1,4 @@ -name: MarkdownLint +name: Linters on: push: @@ -16,3 +16,12 @@ jobs: - uses: avto-dev/markdown-lint@v1.5.0 with: args: './*.md' + + docker-lint: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - uses: hadolint/hadolint-action@v2.0.0 + with: + recursive: true + ignore: DL3041