Skip to content

Commit cabee49

Browse files
committed
add ci step
1 parent 05a1ffd commit cabee49

File tree

4 files changed

+2571
-2
lines changed

4 files changed

+2571
-2
lines changed

.babelrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"plugins": [
3-
"@babel/plugin-transform-flow-strip-types",
3+
"@babel/plugin-transform-flow-strip-types"
44
],
55
"presets": [
66
"@babel/preset-typescript",

.github/workflows/ci.yml

+9
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,15 @@ jobs:
138138
uses: mansona/npm-lockfile-version@v1
139139
with:
140140
version: 2
141+
check-types:
142+
name: Check types
143+
timeout-minutes: 5
144+
runs-on: ubuntu-latest
145+
steps:
146+
- uses: actions/checkout@v3
147+
- run: npm ci
148+
- name: Check types
149+
run: npm run test:types
141150
check-mongo:
142151
strategy:
143152
matrix:

0 commit comments

Comments
 (0)