diff --git a/.github/workflows/pr-lint-build-docs.yml b/.github/workflows/pr-lint-build-docs.yml new file mode 100644 index 00000000000..c0e3d6d638b --- /dev/null +++ b/.github/workflows/pr-lint-build-docs.yml @@ -0,0 +1,9 @@ +name: Lint and Build Documentation + +on: + pull_request: + paths: + - '*.md' + - 'docs/**' + - 'packages/**/*.md' + - 'latest.json'