Skip to content

docs: update CHANGELOG.md and package version #133

docs: update CHANGELOG.md and package version

docs: update CHANGELOG.md and package version #133

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