Browse Source

Merge 7392950470 into 2ed1e8b5ff

pull/233/merge
Himself65 4 years ago
committed by GitHub
parent
commit
64d80b4aaf
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  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