From 972629ed9465ccabc08a7a06c6ff05ea2609538c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Simonis?= Date: Tue, 20 Feb 2024 15:53:57 +0100 Subject: [PATCH] Remove the redundant workflow --- .github/workflows/lint_markdown.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/workflows/lint_markdown.yml diff --git a/.github/workflows/lint_markdown.yml b/.github/workflows/lint_markdown.yml deleted file mode 100644 index 21ed1a1c..00000000 --- a/.github/workflows/lint_markdown.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: Lint docs - -on: - push: - branches: [master, develop] - pull_request: - branches: [master, develop] - -jobs: - check_md: - runs-on: ubuntu-latest - steps: - - name: Check out repository - uses: actions/checkout@v4 - - name: Lint markdown files (markdownlint) - uses: articulate/actions-markdownlint@v1 - with: - config: .markdownlint.json - files: "." - ignore: changelog-entries