feat(aggregation-mode): add subscription limit and arbitrary expiration lists #4214
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Build contracts | |
| on: | |
| push: | |
| branches: | |
| - testnet | |
| - staging | |
| pull_request: | |
| branches: ["*"] | |
| paths: | |
| - 'contracts/**' | |
| - 'foundry.toml' | |
| - '.github/workflows/build-contracts.yml' | |
| 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 |