Skip to content

CI: bump Markdown linter version to v19 #16

CI: bump Markdown linter version to v19

CI: bump Markdown linter version to v19 #16

Workflow file for this run

---
name: json lint
on: [push]
jobs:
check:
runs-on: ubuntu-latest
name: json lint
steps:
- uses: actions/checkout@v4
- uses: DavidAnson/markdownlint-cli2-action@v19
with:
globs: |
*.md
!out/*.md
!jsonresume-theme-curzy-custom/**/*.md
- run: sudo apt-get install -y jq
- run: jq . cv-*.json -e