Skip to content

feat!: Add support to ECALL and EBREAK #140

feat!: Add support to ECALL and EBREAK

feat!: Add support to ECALL and EBREAK #140

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly-008922d5165c764859bc540d7298045eebf5bc60
- run: forge build
- run: forge fmt --check src test