Skip to content

chore: add in workflows for github #42

chore: add in workflows for github

chore: add in workflows for github #42

Workflow file for this run

name: Check with yarn
on: [push, pull_request ]
jobs:
build:
name: Install and test with yarn
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: yarn install
- run: yarn test