Skip to content

feat: add tsd for types test #1

feat: add tsd for types test

feat: add tsd for types test #1

name: Type Declaration Tests
on:
push:
branches: [ main, feature/types ]
pull_request:
branches: [ main, feature/types]
jobs:
linux:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run test:types