From 195105e1f66b926654c36b9162c99129377341bc Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Fri, 5 Jan 2024 08:37:47 +0100 Subject: [PATCH] Update validate_markdown.yml --- .github/workflows/validate_markdown.yml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/.github/workflows/validate_markdown.yml b/.github/workflows/validate_markdown.yml index 6d010dc..25e3af9 100644 --- a/.github/workflows/validate_markdown.yml +++ b/.github/workflows/validate_markdown.yml @@ -45,25 +45,6 @@ jobs: - name: Check out code uses: actions/checkout@v4.1.0 - # https://github.com/actionshub/markdownlint - - name: Markdown Lint - uses: actionshub/markdownlint@main - - # https://github.com/marketplace/actions/markdownlint-cli2-action - - name: Identify changed files - uses: tj-actions/changed-files@v41 - id: changed-files - with: - files: '**/*.md' - separator: "," - - name: Markdown Lint - uses: DavidAnson/markdownlint-cli2-action@v14 - if: steps.changed-files.outputs.any_changed == 'true' - with: - globs: ${{ steps.changed-files.outputs.all_changed_files }} - separator: "," - config: '.rules/custom.markdownlint.jsonc' - # https://github.com/gaurav-nelson/github-action-markdown-link-check - name: Markdown links uses: gaurav-nelson/github-action-markdown-link-check@v1