Skip to content

Try around with yul too deep (This PR just for reference only for exploring purposes) #445

Try around with yul too deep (This PR just for reference only for exploring purposes)

Try around with yul too deep (This PR just for reference only for exploring purposes) #445

Workflow file for this run

name: vendoza
on:
workflow_dispatch:
pull_request:
env:
FOUNDRY_PROFILE: ir
jobs:
check:
strategy:
fail-fast: true
name: Foundry project
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Install node
uses: actions/setup-node@v2
with:
node-version: 19
- name: Install dependencies
run: yarn install --non-interactive --frozen-lockfile
- name: Vendoza Audit
run: yarn vendoza-audit