Skip to content

Test foundry on CI #137

Test foundry on CI

Test foundry on CI #137

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