Skip to content

Commit

Permalink
Add zola check in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarcoux committed Sep 30, 2024
1 parent 2a233cb commit 1a09bfe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ jobs:
run: npm install markdownlint-cli2 --global
- name: Lint Markdown files, while excluding anything under the themes and node_modules directories
run: markdownlint-cli2 "**/*.md" "#themes" "#node_modules"
# TODO: Add a step for `zola check`
- name: Check if the project builds and for broken links
run: zola check

0 comments on commit 1a09bfe

Please sign in to comment.