Skip to content

chore: migrate the simpleserialize.com from ssz monorepo #47

chore: migrate the simpleserialize.com from ssz monorepo

chore: migrate the simpleserialize.com from ssz monorepo #47

Workflow file for this run

name: Checks
on: [pull_request, push]
jobs:
Checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: yarn install
- run: yarn build
- run: yarn check-types
- run: yarn lint