Skip to content

Add TypeScript types #286

Add TypeScript types

Add TypeScript types #286

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2.1.4
with:
node-version: 14
- run: |
npm install
- run: |
npm run lint
- run: |
npm run test
- uses: actions/upload-artifact@v2
with:
name: code-coverage-report
path: reports