Skip to content

✅ Introduce unit tests #60

✅ Introduce unit tests

✅ Introduce unit tests #60

Workflow file for this run

name: Tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- run: yarn install
- run: yarn lint
- run: yarn build
- run: npm publish --dry-run