diff --git a/.github/workflows/validate-documentation.yml b/.github/workflows/validate-documentation.yml index db93867..2092158 100644 --- a/.github/workflows/validate-documentation.yml +++ b/.github/workflows/validate-documentation.yml @@ -8,7 +8,6 @@ on: - ".github/**/*.yaml" - ".github/scripts/**" - ".github/actions/sync-labels/**" - - ".markdownlint-cli2.jsonc" - "lychee.toml" push: @@ -20,7 +19,6 @@ on: - ".github/**/*.yaml" - ".github/scripts/**" - ".github/actions/sync-labels/**" - - ".markdownlint-cli2.jsonc" - "lychee.toml" workflow_dispatch: @@ -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 diff --git a/.markdownlint-cli2.jsonc b/.markdownlint-cli2.jsonc deleted file mode 100644 index f15982d..0000000 --- a/.markdownlint-cli2.jsonc +++ /dev/null @@ -1,18 +0,0 @@ -{ - "config": { - "default": true, - "MD004": false, - "MD005": false, - "MD007": false, - "MD013": false, - "MD024": { - "siblings_only": true - }, - "MD029": false, - "MD033": false, - "MD036": false, - "MD041": false, - "MD059": false, - "MD060": false - } -}