From 5ee674f52fb0b481479aff607c2314500f94554b Mon Sep 17 00:00:00 2001 From: John Ajera <37360952+jajera@users.noreply.github.com> Date: Mon, 15 Dec 2025 08:55:58 +0000 Subject: [PATCH] docs: configure markdown linter adds 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..e193ec8 --- /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: aws-user-group-nz/actions-markdown-lint/.github/workflows/markdown-lint.yml@v1