Skip to content

Commit

Permalink
ci: add markdownlint
Browse files Browse the repository at this point in the history
  • Loading branch information
pp5x committed Mar 25, 2024
1 parent a6fdf2c commit 9534851
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/markdownlint-cli.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: xt0rted/markdownlint-problem-matcher@v3
- run: npm install -g markdownlint-cli
- run: markdownlint **/*.md --ignore node_modules

0 comments on commit 9534851

Please sign in to comment.