chore(docs): lint all sections with linter v2 (#31110)
lint(docs): heading capitalization
This commit is contained in:
2
.github/workflows/docs-lint-v2.yml
vendored
2
.github/workflows/docs-lint-v2.yml
vendored
@@ -45,6 +45,6 @@ jobs:
|
||||
run: |
|
||||
set -o pipefail
|
||||
git diff --name-only origin/$BASE_REF HEAD \
|
||||
| { grep -E "^apps/docs/content/guides/(getting-started|ai|api|auth|database|deployment|functions)/" || test $? = 1; } \
|
||||
| { grep -E "^apps/docs/content/guides/" || test $? = 1; } \
|
||||
| xargs -r supa-mdx-lint --format rdf \
|
||||
| reviewdog -f=rdjsonl -reporter=github-pr-review
|
||||
|
||||
Reference in New Issue
Block a user