Skip to content

Feature: Stay in calldata for validation, remove the need for an external library #52

Feature: Stay in calldata for validation, remove the need for an external library

Feature: Stay in calldata for validation, remove the need for an external library #52

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- "main"
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
- name: Install packages
uses: actions/setup-node@v3
with:
node-version: "18.x"
- name: Install dependencies
run: yarn install
- name: Install dependencies
run: forge install
- name: Run tests
run: INFURA_ID=${{secrets.INFURA_ID}} yarn test