From a4e2da159b8fbfcc5784ed87c76fbe8fd8c5164e Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Tue, 29 Jun 2021 17:23:07 +0200 Subject: [PATCH] ci: don't run markdown tests in type tests --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 936f7aa09..a80ceca34 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: |