Skip to content

docs: Bump version and update CHANGELOG.md #105

docs: Bump version and update CHANGELOG.md

docs: Bump version and update CHANGELOG.md #105

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