Преглед на файлове

ci: don't run markdown tests in type tests

Antoine du Hamel преди 3 години
родител
ревизия
285a13670d
променени са 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: |