From c230d12e438f3301e595725919f8cf6126e48b49 Mon Sep 17 00:00:00 2001 From: RRudder <96507400+RRudder@users.noreply.github.com> Date: Thu, 26 Sep 2024 09:55:05 +1000 Subject: [PATCH] Update main.yml to point to `.markdownlint.json` This points to the `.markdownlint.json` file which has a customised Markdown linting ruleset for the template.md files --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ddee2a10..c6a2ff0a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,5 +12,7 @@ jobs: - name: Lint Markdown files uses: avto-dev/markdown-lint@v1 + env: + MARKDOWN_CONFIG_FILE: ".markdownlint.json" with: args: '**/*.md'