Skip to content

release 2.0.1 on npm (#139) #369

release 2.0.1 on npm (#139)

release 2.0.1 on npm (#139) #369

Workflow file for this run

name: Test suite
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: 18.x
- run: python .github/check_examples.py
- run: npm ci
- run: npm run build-tsc
- run: npm test
- run: npm run check