From dae5d5b5741f594d0b8a1572c12fbad940d44f06 Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Fri, 5 Jan 2024 09:04:26 +0100 Subject: [PATCH] Update link to config file --- .github/workflows/validate_markdown.yml | 14 +------------- ...stom.markdownlint.jsonc => .markdownlint.jsonc} | 0 2 files changed, 1 insertion(+), 13 deletions(-) rename .rules/{custom.markdownlint.jsonc => .markdownlint.jsonc} (100%) diff --git a/.github/workflows/validate_markdown.yml b/.github/workflows/validate_markdown.yml index b3db2a4..28c946a 100644 --- a/.github/workflows/validate_markdown.yml +++ b/.github/workflows/validate_markdown.yml @@ -25,19 +25,7 @@ jobs: with: # globs: ${{ steps.changed-files.outputs.all_changed_files }} # separator: "," - config: '.rules/custom.markdownlint.jsonc' - - markdown-lint-detailed: - runs-on: ubuntu-latest - needs: - - markdown-lint-quick - steps: - - name: Check out code - uses: actions/checkout@v4.1.0 - - # https://github.com/actionshub/markdownlint - - name: Markdown Lint - uses: actionshub/markdownlint@main + config: '.rules/.markdownlint.jsonc' markdown-links: runs-on: ubuntu-latest diff --git a/.rules/custom.markdownlint.jsonc b/.rules/.markdownlint.jsonc similarity index 100% rename from .rules/custom.markdownlint.jsonc rename to .rules/.markdownlint.jsonc