Skip to content

Commit

Permalink
test markdownlint
Browse files Browse the repository at this point in the history
  • Loading branch information
thijsvanloef committed Jan 24, 2024
1 parent 286558f commit 2cae7e9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2cae7e9

Please sign in to comment.