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:
parent
02caed10d1
commit
1fd6f2a33a
3 changed files with 19 additions and 67 deletions
10
.github/workflows/checks.yml
vendored
10
.github/workflows/checks.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue