1
0
mirror of synced 2025-12-19 18:06:02 -05:00

[WIP] Enable markdown linting (#9444)

* [WIP] Enable markdown linting

* Remove markdown line since default is true when any lang is set to false
This commit is contained in:
Jon Galloway
2024-08-16 10:26:04 -07:00
committed by GitHub
parent 6d84dac69a
commit b795ed2cd4
2 changed files with 11 additions and 1 deletions

11
.github/linters/.markdownlintignore vendored Normal file
View File

@@ -0,0 +1,11 @@
# Ignore errors from before linting was enabled to allow incremental fixes
/*.md
9.0/preview1/**
9.0/preview2/**
9.0/preview3/**
9.0/preview4/**
9.0/preview5/**
9.0/preview6/**
9.0/preview7/**
9.0/README.md
Aspire/announcing-preview-3.md

View File

@@ -26,7 +26,6 @@ jobs:
env:
VALIDATE_ALL_CODEBASE: false
VALIDATE_JSCPD: false
VALIDATE_MARKDOWN: false
VALIDATE_NATURAL_LANGUAGE: false
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}