Skip to content

chore: update emulator version to v0.18.0 #166

chore: update emulator version to v0.18.0

chore: update emulator version to v0.18.0 #166

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-fe2acca4e379793539db80e032d76ffe0110298b
- run: forge build
- run: forge fmt --check src test