Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions .github/workflows/validate-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
- ".github/**/*.yaml"
- ".github/scripts/**"
- ".github/actions/sync-labels/**"
- ".markdownlint-cli2.jsonc"
- "lychee.toml"

push:
Expand All @@ -20,7 +19,6 @@ on:
- ".github/**/*.yaml"
- ".github/scripts/**"
- ".github/actions/sync-labels/**"
- ".markdownlint-cli2.jsonc"
- "lychee.toml"

workflow_dispatch:
Expand Down Expand Up @@ -68,18 +66,6 @@ jobs:
test -s "$path" || exit 1
done

markdown:
name: Lint Markdown
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
with:
persist-credentials: false
- uses: DavidAnson/markdownlint-cli2-action@8de2aa07cae85fd17c0b35642db70cf5495f1d25 # v24
with:
config: ".markdownlint-cli2.jsonc"
globs: "**/*.md"

references:
name: Validate repository references and governance scripts
runs-on: ubuntu-latest
Expand Down
18 changes: 0 additions & 18 deletions .markdownlint-cli2.jsonc

This file was deleted.

Loading