diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 3f10b84..e68d8e1 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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