Skip to content

Commit

Permalink
FIX: markdownlint parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaso committed Jan 21, 2025
1 parent 22c5463 commit b321f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ jobs:
run: hadolint --ignore DL3013 integration/Dockerfile

- name: Markdown lint README
run: markdownlint --disable MD012 README.md
run: markdownlint --disable MD012 -- README.md

0 comments on commit b321f55

Please sign in to comment.