Skip to content

Commit

Permalink
chore(ci): add markdownlint
Browse files Browse the repository at this point in the history
  • Loading branch information
leotm committed Aug 28, 2024
1 parent d9f11e5 commit eb0a4c7
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/markdownlint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Markdown lint

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
markdownlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm ci
- run: npm run lint:markdown

0 comments on commit eb0a4c7

Please sign in to comment.