1
0
Fork 0
mirror of https://github.com/corona-warn-app/cwa-documentation synced 2025-07-04 20:38:37 +02:00

Linted all MD files, enabled MD linter for each commit

This commit is contained in:
Sebastian Wolf 2020-07-14 15:19:00 +02:00
parent 6ef01d9ee4
commit ec703906c1
No known key found for this signature in database
GPG key ID: B53C9059C9EEFDC8
20 changed files with 588 additions and 481 deletions

View file

@ -19,10 +19,10 @@ jobs:
run: |
npm install
#- name: Linting markdown
# if: always()
# run: |
# npm run-script markdownlint
- name: Linting markdown
if: always()
run: |
npm run-script markdownlint
- name: Checking for broken links
if: always()