Skip to content

added versioning to @kyvejs/types #75

added versioning to @kyvejs/types

added versioning to @kyvejs/types #75

Workflow file for this run

name: unit tests
on:
- pull_request
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: "checkout repo"
uses: actions/checkout@v3
- name: "nodejs install"
uses: actions/setup-node@v3
- name: install yarn
run: npm install --global yarn
- name: "setup"
run: yarn setup
- name: "test"
run: yarn test