From 94442d7d46686ca050203395943a612210fcf7fc Mon Sep 17 00:00:00 2001 From: n Date: Fri, 4 Oct 2024 00:38:32 +0200 Subject: [PATCH] add markdownlint to GitHub CI --- .github/workflows/check.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 449e099..1f237f0 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -7,5 +7,11 @@ jobs: name: json lint steps: - uses: actions/checkout@v4 + - uses: DavidAnson/markdownlint-cli2-action@v17 + with: + globs: | + *.md + !out/*.md + !jsonresume-theme-curzy-custom/**/*.md - run: sudo apt-get install -y jq - run: jq . cv-*.json -e