disable markdown lint

This commit is contained in:
2024-06-17 23:56:12 +02:00
parent beb29ae9bf
commit cee4c0c244

View File

@@ -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