Skip to content

migrate to covector to tag and release #109

migrate to covector to tag and release

migrate to covector to tag and release #109

Workflow file for this run

name: Run tests
on: push
jobs:
tests:
name: Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: volta-cli/action@v3
with:
registry-url: https://registry.npmjs.org
- name: Install Dependencies
run: yarn
- name: Prepack
run: yarn prepack
- name: Lint
run: yarn lint
- name: Test
run: yarn test