Skip to content

Commit

Permalink
lint: check markdown files (#238)
Browse files Browse the repository at this point in the history
fixes #87

Signed-off-by: Dominik Roos <roos@anapaya.net>
Co-authored-by: Ondrej Fabry <ondrej@fabry.dev>
  • Loading branch information
oncilla and ondrej-fabry authored Sep 18, 2024
1 parent 7d991f4 commit bed53f4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@ jobs:
with:
config_file: '.github/ci/yamllint.yml'

markdownlint:
name: "Lint Markdown"
runs-on: ubuntu-latest
steps:
- uses: DavidAnson/markdownlint-cli2-action@v17
with:
fix: true
globs: '**/*.md'

go-mod:
name: "Check go.mod"
strategy:
Expand Down

0 comments on commit bed53f4

Please sign in to comment.