feat: add rollup_blocks_seen counter and last_rollup_block_seen_times… #1501
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: Rust CI | |
| on: | |
| push: | |
| branches: [main] | |
| pull_request: | |
| jobs: | |
| rust-base: | |
| uses: init4tech/actions/.github/workflows/rust-base.yml@main | |
| with: | |
| install-foundry: true | |
| test-all-features: false |