Skip to content

fix: Upgrade to use viem #102

fix: Upgrade to use viem

fix: Upgrade to use viem #102

Workflow file for this run

name: Lint, Test, Build
on:
pull_request:
branches:
- '*'
jobs:
build-lint-test:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Install
run: yarn install --immutable
- name: Lint
run: yarn run lint
- name: Build
run: yarn run build
- name: Test
run: yarn run test