Skip to content

Commit

Permalink
Update main.yml to point to .markdownlint.json
Browse files Browse the repository at this point in the history
This points to the `.markdownlint.json` file which has a customised Markdown linting ruleset for the template.md files
  • Loading branch information
RRudder authored Sep 25, 2024
1 parent 52dc732 commit c230d12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@ jobs:

- name: Lint Markdown files
uses: avto-dev/markdown-lint@v1
env:
MARKDOWN_CONFIG_FILE: ".markdownlint.json"
with:
args: '**/*.md'

0 comments on commit c230d12

Please sign in to comment.