From 4de2cdccabce0ebd209ec34672a5ce9fb75dd95b Mon Sep 17 00:00:00 2001 From: kouloumos Date: Mon, 7 Oct 2024 17:07:08 +0300 Subject: [PATCH] chore(ci): temporarily remove problematic markdown linter workflow Removes the markdown linter workflow file due to current issues with its functionality. This resolves issues with the disabled workflow still executing in forked repositories. The workflow will be restored in the future once the issues are resolved. --- .github/workflows/markdown-linter.yml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .github/workflows/markdown-linter.yml diff --git a/.github/workflows/markdown-linter.yml b/.github/workflows/markdown-linter.yml deleted file mode 100644 index a01f0c357..000000000 --- a/.github/workflows/markdown-linter.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: markdown_lint -on: - push: - -jobs: - markdown_lint: - name: Check Markdown files - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - - name: Markdown Lint - uses: ruzickap/action-my-markdown-linter@v1