Skip to content

Commit

Permalink
#20 lint
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Mar 5, 2024
1 parent 2ba0836 commit eaa511e
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/markdown-lint.yml
@@ -0,0 +1,19 @@
---
name: markdown-lint
on:
push:
branches:
- master
pull_request:
branches:
- master
paths-ignore: [ 'paper/**', 'sandbox/**' ]
concurrency:
group: markdown-lint-${{ github.ref }}
cancel-in-progress: true
jobs:
markdown-lint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@b32f140b0c872d58512e0a66172253c302617b90
- uses: articulate/actions-markdownlint@v1

0 comments on commit eaa511e

Please sign in to comment.