Skip to content

Commit

Permalink
#33 markdown lint
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Feb 27, 2024
1 parent 3aab444 commit 4db495a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/markdown-lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: markdown-lint
on:
push:
jobs:
markdown-lint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: articulate/actions-markdownlint@v1

0 comments on commit 4db495a

Please sign in to comment.