chore(docs): lint all sections with linter v2 (#31110)

lint(docs): heading capitalization
This commit is contained in:
Charis
2024-12-16 14:33:25 -05:00
committed by GitHub
parent e95ce9b5bb
commit d69902da94
30 changed files with 78 additions and 77 deletions

View File

@@ -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