We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28eb314 commit 4bb08dfCopy full SHA for 4bb08df
.github/workflows/test-dts.yml
@@ -0,0 +1,16 @@
1
+name: 'test-dts'
2
+on:
3
+ push:
4
+ branches:
5
+ - '**'
6
+ pull_request:
7
8
+ - master
9
+jobs:
10
+ size:
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+ - uses: actions/checkout@v1
14
+ - uses: bahmutov/npm-install@v1
15
+ - name: test dts
16
+ run: yarn test-dts
.github/workflows/test.yml
+name: 'test'
+ run: yarn test --ci
0 commit comments