From 8ddaf2432e3c22491016ea3a351f12e801a48a9e Mon Sep 17 00:00:00 2001 From: John Ajera <37360952+jajera@users.noreply.github.com> Date: Sat, 26 Apr 2025 07:31:02 +0000 Subject: [PATCH] feat: configure markdown-lint gha enables markdown linter --- .github/workflows/markdown-lint.yml | 14 ++++++++++++++ README.md | 1 + 2 files changed, 15 insertions(+) create mode 100644 .github/workflows/markdown-lint.yml 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