Skip to content

Commit

Permalink
Add markdownlint GitHub action (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzedge authored Dec 2, 2024
1 parent 804bedc commit 5032093
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/markdownlint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: markdownlint

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

permissions:
contents: read

jobs:
lint-markdown:
runs-on: ubuntu-latest
steps:
- uses: DavidAnson/markdownlint-cli2-action@v18
with:
globs: '**/*.md'

0 comments on commit 5032093

Please sign in to comment.