Skip to content

Commit

Permalink
silence inline html
Browse files Browse the repository at this point in the history
  • Loading branch information
robhowley committed Aug 6, 2024
1 parent 2feda90 commit 20b2a46
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,8 @@ jobs:
- name: run markdown lint
uses: docker://avtodev/markdown-lint:v1
with:
config: 'betterby-bike/.markdownlint.yaml'
args: "**/*.md"
config: '.markdownlint.yaml'
args:
- "**/*.md"
- "--disable"
- "MD033"

0 comments on commit 20b2a46

Please sign in to comment.