Skip to content

Relative finalization #36

Relative finalization

Relative finalization #36

name: Build contracts
on:
push:
branches:
- main
pull_request:
branches: ["*"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
- name: Build AlignedServiceManager
run: make build_aligned_contracts