Himself65
3 years ago
2 changed files with 15 additions and 0 deletions
@ -0,0 +1,14 @@ |
|||
name: Linter |
|||
|
|||
on: [ push, pull_request ] |
|||
|
|||
jobs: |
|||
test: |
|||
runs-on: ubuntu-latest |
|||
steps: |
|||
- uses: actions/checkout@v3 |
|||
- name: markdownlint-cli |
|||
uses: nosborn/[email protected] |
|||
with: |
|||
files: '**/*.md' |
|||
config_file: .markdownlint.yaml |
@ -0,0 +1 @@ |
|||
default: true |
Loading…
Reference in new issue