Skip to content

Commit

Permalink
Merge pull request #147 from ethereum-optimism/jan/circleci--012
Browse files Browse the repository at this point in the history
chore: Migrate check-optimism-version-match workflow to CircleCI [12/N]
  • Loading branch information
janjakubnanista authored Jan 24, 2025
2 parents ac8a541 + 147d5c4 commit c51ee9a
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 c51ee9a

Please sign in to comment.