Skip to content

Commit

Permalink
markdown-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Feb 25, 2024
1 parent e326d67 commit b8860a7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/markdown-lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: markdown-lint
on:
push:
branches:
- master
concurrency:
group: markdown-lint-${{ github.ref }}
cancel-in-progress: true
jobs:
markdown-lint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: articulate/actions-markdownlint@v1

0 comments on commit b8860a7

Please sign in to comment.