test markdownlint

This commit is contained in:
Thijs van Loef
2024-01-24 11:24:18 +01:00
parent 286558f804
commit 2cae7e9ff1

View File

@@ -21,6 +21,15 @@ jobs:
dockerfile: Dockerfile
lint: 'hadolint'
failure-threshold: error
markdownlint:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Lint Readme file
uses: docker://avtodev/markdown-lint:v1 # fastest way
with:
args: './README.md ./k8s/readme.md'
test-build:
runs-on: ubuntu-latest
steps: