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 05a1ffd commit cabee49Copy full SHA for cabee49
.babelrc
@@ -1,6 +1,6 @@
1
{
2
"plugins": [
3
- "@babel/plugin-transform-flow-strip-types",
+ "@babel/plugin-transform-flow-strip-types"
4
],
5
"presets": [
6
"@babel/preset-typescript",
.github/workflows/ci.yml
@@ -138,6 +138,15 @@ jobs:
138
uses: mansona/npm-lockfile-version@v1
139
with:
140
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
150
check-mongo:
151
strategy:
152
matrix:
0 commit comments