Skip to content

Commit

Permalink
add markdownlint to GitHub CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nlegaillart committed Oct 3, 2024
1 parent bff5e63 commit 94442d7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 94442d7

Please # to comment.