From a1079a42c3436dbe5e838083515f66230e9ed667 Mon Sep 17 00:00:00 2001 From: Alexander Mescheryakov Date: Wed, 19 Jun 2024 12:24:17 +0200 Subject: [PATCH] disable markdown lint --- .github/workflows/archived_lint-checks.yaml | 26 ++++++++++----------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/archived_lint-checks.yaml b/.github/workflows/archived_lint-checks.yaml index a187a60..c680e6f 100644 --- a/.github/workflows/archived_lint-checks.yaml +++ b/.github/workflows/archived_lint-checks.yaml @@ -50,16 +50,16 @@ jobs: fi done - markdownlint: - runs-on: ubuntu-latest - steps: - - name: â†Šī¸ Checkout - uses: actions/checkout@v4 - with: - # Full git history is needed to get a proper list of changed files within `super-linter` - fetch-depth: 0 - - - name: 🔎 Run markdownlint - uses: nosborn/github-action-markdown-cli@v3.3.0 - with: - config_file: .markdownlint.yaml +# markdownlint: +# runs-on: ubuntu-latest +# steps: +# - name: â†Šī¸ Checkout +# uses: actions/checkout@v4 +# with: +# # Full git history is needed to get a proper list of changed files within `super-linter` +# fetch-depth: 0 +# +# - name: 🔎 Run markdownlint +# uses: nosborn/github-action-markdown-cli@v3.3.0 +# with: +# config_file: .markdownlint.yaml