Skip to content

chore: cleanup submodules #210

chore: cleanup submodules

chore: cleanup submodules #210

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
- name: Build, format check and test
working-directory: ./prt/contracts
run: |
forge build
forge fmt --check
forge test