ci: don't run markdown tests in type tests

This commit is contained in:
Antoine du Hamel 2021-06-29 17:23:07 +02:00
parent f0f1105ef0
commit a4e2da159b

View file

@ -70,8 +70,6 @@ jobs:
run: npm install --global npm@7
- name: Install dependencies
run: npm ci
- name: Run type tests
run: npm run lint:markdown
# Need to do a bunch of work to generate the locale typings 🙃
- name: Prepare type declarations
run: |