diff --git a/.github/workflows/markdown-lint.yml b/.github/workflows/markdown-lint.yml new file mode 100644 index 0000000..f4a2ae9 --- /dev/null +++ b/.github/workflows/markdown-lint.yml @@ -0,0 +1,14 @@ +name: Markdown Lint + +on: + pull_request: {} + +permissions: + statuses: write + checks: write + contents: read + pull-requests: read + +jobs: + markdown-lint: + uses: cloudbuildlab/actions-markdown-lint/.github/workflows/markdown-lint.yml@v0 diff --git a/README.md b/README.md index 32fb577..d6c10a9 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # .github + Organization-wide configs and resources for Cloud Build Lab, including profile README and templates