Skip to content

feat(types): adds generation of type definition file #34

feat(types): adds generation of type definition file

feat(types): adds generation of type definition file #34

Workflow file for this run

name: Tests
on: push
jobs:
lint:
name: Run tests
runs-on: ubuntu-latest
container: 'node:12-alpine'
steps:
- uses: actions/checkout@v2
- run: npm ci
- run: npm test