Skip to content

remove unused periphery submodule from judge setup #36

remove unused periphery submodule from judge setup

remove unused periphery submodule from judge setup #36

Workflow file for this run

name: CI
permissions: {}
on:
push:
pull_request:
workflow_dispatch:
env:
FOUNDRY_PROFILE: ci
jobs:
check:
name: Foundry project
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v5
with:
persist-credentials: false
- name: Install required submodules
run: |
git submodule update --init --depth=1 lib/forge-std lib/v4-core
git -C lib/v4-core submodule update --init --depth=1 lib/solmate lib/openzeppelin-contracts
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
- name: Show Forge version
run: forge --version
- name: Run full verifier
run: node scripts/verify-all.mjs