Skip to content

feat: use makefile for all command handling #6

feat: use makefile for all command handling

feat: use makefile for all command handling #6

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