Skip to content

bump version to 1.0.3 #203

bump version to 1.0.3

bump version to 1.0.3 #203

Workflow file for this run

name: Test
on:
push:
jobs:
lint:
name: Run Linters and TSC
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@master
with:
node-version: 18.x
cache: "yarn"
- run: yarn install --immutable
- run: yarn run lint
- run: yarn run type-check