Skip to content

Commit

Permalink
ci(test): use tsd instead dtslint for types tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Gvozd committed Oct 3, 2021
1 parent 7ab7900 commit 8da0d5f
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 31,699 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/setup-node@v1
- run: npm install
- run: npm run lint
- run: npm run dtslint
- run: npm run tsd

test:
name: Test - ${{ matrix.os }}/node@${{ matrix.node-version }}/webpack@${{ matrix.webpack-version }}
Expand Down
File renamed without changes.

0 comments on commit 8da0d5f

Please sign in to comment.