Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

chore: bump versions. #63

chore: bump versions.

chore: bump versions. #63

Workflow file for this run

name: Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build and test
run: |
yarn install --immutable
yarn test
yarn build