This commit is contained in:
Ali Afsharzadeh 2023-03-30 15:21:35 +03:30
parent 362c1b0d11
commit 8dc6310410

19
.github/workflows/lint.yml vendored Normal file
View File

@ -0,0 +1,19 @@
name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: DavidAnson/markdownlint-cli2-action@v9
continue-on-error: true
with:
globs: '**/*.md'