disable markdown lint
This commit is contained in:
26
.github/workflows/archived_lint-checks.yaml
vendored
26
.github/workflows/archived_lint-checks.yaml
vendored
@@ -50,16 +50,16 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
markdownlint:
|
# markdownlint:
|
||||||
runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
steps:
|
# steps:
|
||||||
- name: ↩️ Checkout
|
# - name: ↩️ Checkout
|
||||||
uses: actions/checkout@v4
|
# uses: actions/checkout@v4
|
||||||
with:
|
# with:
|
||||||
# Full git history is needed to get a proper list of changed files within `super-linter`
|
# # Full git history is needed to get a proper list of changed files within `super-linter`
|
||||||
fetch-depth: 0
|
# fetch-depth: 0
|
||||||
|
#
|
||||||
- name: 🔎 Run markdownlint
|
# - name: 🔎 Run markdownlint
|
||||||
uses: nosborn/github-action-markdown-cli@v3.3.0
|
# uses: nosborn/github-action-markdown-cli@v3.3.0
|
||||||
with:
|
# with:
|
||||||
config_file: .markdownlint.yaml
|
# config_file: .markdownlint.yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user