Skip to content

fix ci

fix ci #3

Workflow file for this run

name: Git is clean
on: [push]
jobs:
git-clean:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix develop -c i9r-prelude
- run: nix develop -c forge script ./script/BuildPointers.sol
- run: git diff --exit-code