Skip to content

Commit

Permalink
markdownlint workflow
Browse files Browse the repository at this point in the history
Addresses #87
  • Loading branch information
ninelore authored Jun 23, 2024
1 parent d3c8f28 commit 48eb96d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/md.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Markdownlint
on: [pull_request]
jobs:
markdownlint:
name: runner / markdownlint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: markdownlint
uses: reviewdog/action-markdownlint@v0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review
level: warning

0 comments on commit 48eb96d

Please sign in to comment.