Update link to config file
This commit is contained in:
14
.github/workflows/validate_markdown.yml
vendored
14
.github/workflows/validate_markdown.yml
vendored
@@ -25,19 +25,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
# globs: ${{ steps.changed-files.outputs.all_changed_files }}
|
# globs: ${{ steps.changed-files.outputs.all_changed_files }}
|
||||||
# separator: ","
|
# separator: ","
|
||||||
config: '.rules/custom.markdownlint.jsonc'
|
config: '.rules/.markdownlint.jsonc'
|
||||||
|
|
||||||
markdown-lint-detailed:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
needs:
|
|
||||||
- markdown-lint-quick
|
|
||||||
steps:
|
|
||||||
- name: Check out code
|
|
||||||
uses: actions/checkout@v4.1.0
|
|
||||||
|
|
||||||
# https://github.com/actionshub/markdownlint
|
|
||||||
- name: Markdown Lint
|
|
||||||
uses: actionshub/markdownlint@main
|
|
||||||
|
|
||||||
markdown-links:
|
markdown-links:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user