Skip to content

Commit

Permalink
Merge pull request #144 from ethereum-optimism/jan/circleci--009
Browse files Browse the repository at this point in the history
chore: Migrate rvgo-lint workflow to CircleCI [9/N]
  • Loading branch information
janjakubnanista authored Jan 24, 2025
2 parents 7a508e9 + 7560954 commit 753a543
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ workflows:
- prestate-reproducibility:
version: "1.3.1"
asterisc-commit: "25feabf"
- go-lint
- rvgo-tests
- rvsol-lint
- rvsol-tests
Expand Down Expand Up @@ -376,6 +377,16 @@ jobs:
exit 1
fi
go-lint:
executor: default
steps:
- checkout
- install-dependencies
- install-go-modules
- run:
name: Run lint
command: golangci-lint run

rvgo-tests:
executor: default
steps:
Expand Down

0 comments on commit 753a543

Please sign in to comment.