Browse Source

ci: setup linter.yml

pull/233/head
Himself65 3 years ago
parent
commit
7392950470
No known key found for this signature in database GPG Key ID: C487458649D6AE65
  1. 14
      .github/workflows/linter.yml
  2. 1
      .markdownlint.yaml

14
.github/workflows/linter.yml

@ -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

1
.markdownlint.yaml

@ -0,0 +1 @@
default: true
Loading…
Cancel
Save