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

opting for npm-only version

This commit is contained in:
Thomas Kowark 2020-07-05 15:47:12 +02:00
parent 02caed10d1
commit 1fd6f2a33a
No known key found for this signature in database
GPG key ID: 162BC5A351970F58
3 changed files with 19 additions and 67 deletions

View file

@ -17,24 +17,24 @@ jobs:
- name: Install npm dependencies
if: always()
run: |
make install
npm install
- name: Linting markdown
if: always()
run: |
make markdownlint
npm run-script markdownlint
- name: Checking for broken links
if: always()
run: |
make checklinks
npm run-script checklinks
- name: Spellchecking english
if: always()
run: |
make spellcheck-en
npm run-script spellcheck-en
- name: Detect inconsiderate language
if: always()
run: |
make detect-inconsiderate-language
npm run-script detect-inconsiderate-language