Skip to content

simplify types and possibly focus on typing wallet actions directionally #22

simplify types and possibly focus on typing wallet actions directionally

simplify types and possibly focus on typing wallet actions directionally #22

Workflow file for this run

name: Verify
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
name: Test
runs-on: ubuntu-latest
environment: verify
steps:
- name: Set up foundry
uses: foundry-rs/foundry-toolchain@v1
- name: Checkout code
uses: actions/checkout@v3
- name: Set up pnpm
uses: pnpm/action-setup@v2
with:
version: 8
- name: Set up node
uses: actions/setup-node@v3
with:
cache: pnpm
node-version: 18
- name: Install dependencies
run: pnpm install
- name: Run tests
run: pnpm test:ci
env:
VITE_ANVIL_FORK_URL: ${{ secrets.VITE_ANVIL_FORK_URL }}
VITE_ANVIL_BLOCK_NUMBER: 17977054