Skip to content

chore: update readme with new contracts and add missing constants #44

chore: update readme with new contracts and add missing constants

chore: update readme with new contracts and add missing constants #44

Workflow file for this run

name: CI
permissions: {}
on:
push:
pull_request:
workflow_dispatch:
env:
FOUNDRY_PROFILE: ci
jobs:
check:
name: Foundry project
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v6
with:
persist-credentials: false
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
- name: Install Dependencies
run: forge soldeer install
- name: Check Formatting
run: forge fmt --check
- name: Run Forge build
run: forge build --sizes
- name: Run Forge test
run: forge test