소스 검색

ci: don't run markdown tests in type tests

Antoine du Hamel 3 년 전
부모
커밋
a4e2da159
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      .github/workflows/ci.yml

+ 0 - 2
.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: |