From 7db4f70a99cf003b7f2fa66da590cf03ebc3c9dd Mon Sep 17 00:00:00 2001 From: John Ajera <37360952+jajera@users.noreply.github.com> Date: Sat, 26 Apr 2025 07:34:28 +0000 Subject: [PATCH] feat: configure markdown-lint gha enables markdown linter --- .github/workflows/markdown-lint.yml | 14 ++++++++++++++ 1 file changed, 14 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