Skip to content

Commit

Permalink
ci(#95): lint in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jannis-baum committed Jul 15, 2024
1 parent f906c2c commit 1585326
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/lint-markdown.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Lint Markdown

on:
push:
branches:
- '**'

jobs:
lint:
name: Lint Markdown
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DavidAnson/markdownlint-cli2-action@v16
with:
config: .github/.markdownlint-cli2.yaml

0 comments on commit 1585326

Please sign in to comment.