Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

fix: add ratio to ERC20Validator #1066

fix: add ratio to ERC20Validator

fix: add ratio to ERC20Validator #1066

Workflow file for this run

on:
pull_request:
branches:
- master
- develop
name: test
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
submodules: recursive
token: ${{ secrets.MY_REPO_PAT }}
- uses: actions/setup-node@v3
with:
node-version: 16
- run: yarn
- uses: onbjerg/foundry-toolchain@v1
- run: forge test --ffi --no-match-contract ForkedTest