Skip to content

cursive display added #12

cursive display added

cursive display added #12

Workflow file for this run

name: Gas snapshot
on: [push]
env:
FOUNDRY_PROFILE: ci
jobs:
check:
strategy:
fail-fast: true
name: Gas snapshot
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
# https://github.com/foundry-rs/foundry/issues/3440#issuecomment-1641853058
version: nightly-cc5637a979050c39b3d06bc4cc6134f0591ee8d0
- name: Check gas snapshots
run: forge snapshot --check
id: snapshot