Skip to content

Commit

Permalink
Remove dtslint check
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Jun 13, 2020
1 parent 64a304b commit 74101f0
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 952 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/ci.yml
Expand Up @@ -35,17 +35,6 @@ jobs:
- name: Lint Flow
run: npm run check

- name: Cache TS versions
uses: actions/cache@v2
with:
path: ~/.dts
key: ${{ runner.OS }}-dts-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.OS }}-dts-
- name: Lint TS typings
run: npm run check:ts

- name: Spellcheck
run: npm run check:spelling

Expand Down

0 comments on commit 74101f0

Please sign in to comment.