Skip to content

Commit

Permalink
chore: Migrate check-optimism-version-match workflow to CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista committed Jan 24, 2025
1 parent ac8a541 commit 147d5c4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ executors:
workflows:
main:
jobs:
- check-optimism-version-match
- contracts-bedrock-build
- op-program-riscv
- op-program-test
Expand Down Expand Up @@ -106,6 +107,15 @@ commands:
working_directory: rvsol/lib/optimism/packages/contracts-bedrock

jobs:
check-optimism-version-match:
executor: default
steps:
- checkout-with-monorepo
- install-dependencies
- run:
name: Check if optimism submodule version matches go.mod version
command: ./.github/scripts/check_versions.sh

contracts-bedrock-build:
executor: default
resource_class: xlarge
Expand Down

0 comments on commit 147d5c4

Please sign in to comment.