From 704f44f4ac51a07c93cc7cfe43e216b3cd6c864a Mon Sep 17 00:00:00 2001 From: yunwei37 <1067852565@qq.com> Date: Mon, 23 Jan 2023 18:59:59 +0800 Subject: [PATCH] remove markdown linter --- .github/workflows/markdown-lint.yml | 38 ----------------------------- 1 file changed, 38 deletions(-) delete mode 100644 .github/workflows/markdown-lint.yml diff --git a/.github/workflows/markdown-lint.yml b/.github/workflows/markdown-lint.yml deleted file mode 100644 index 99599ba..0000000 --- a/.github/workflows/markdown-lint.yml +++ /dev/null @@ -1,38 +0,0 @@ -# For most projects, this workflow file will not need changing; you simply need -# to commit it to your repository. -# -# You may wish to alter this file to override the set of languages analyzed, -# or to provide custom queries or build logic. -# -# ******** NOTE ******** -# We have attempted to detect the languages in your repository. Please check -# the `language` matrix defined below to confirm you have the correct set of -# supported CodeQL languages. -# -name: "markdown-lint" - -on: - push: - branches: [ "main" ] - pull_request: - # The branches below must be a subset of the branches above - branches: [ "main" ] - schedule: - - cron: '18 21 * * 1' - -jobs: - analyze: - name: Analyze - runs-on: ubuntu-latest - permissions: - actions: read - contents: read - - steps: - - name: Checkout repository - uses: actions/checkout@v3 - - - name: markdown-lint - # You may pin to the exact commit or the version. - # uses: articulate/actions-markdownlint@17b8abe7407cd17590c006ecc837c35e1ac3ed83 - uses: articulate/actions-markdownlint@v1.1.0