Skip to content

✅ test ghost_add() and ghostAddResult #68

✅ test ghost_add() and ghostAddResult

✅ test ghost_add() and ghostAddResult #68

Workflow file for this run

name: lint
on: [push]
env:
FOUNDRY_PROFILE: ci
jobs:
check:
strategy:
fail-fast: true
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
- name: Lint Check
run: forge fmt --check