Skip to content

fix: _getRewardIndex #35

fix: _getRewardIndex

fix: _getRewardIndex #35

Workflow file for this run

name: "LlamaLocker"
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
- run: forge --version
- run: forge build --sizes
- run: forge test -vvv --rpc-url https://ethereum.publicnode.com