Skip to content

Commit

Permalink
Merge pull request #143 from ethereum-optimism/jan/circleci--008
Browse files Browse the repository at this point in the history
chore: Migrate rvsol-lint workflow to CircleCI [8/N]
  • Loading branch information
janjakubnanista authored Jan 24, 2025
2 parents 6788c11 + 5eaa8cb commit 7a508e9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ workflows:
version: "1.3.1"
asterisc-commit: "25feabf"
- rvgo-tests
- rvsol-lint
- rvsol-tests

commands:
Expand Down Expand Up @@ -399,6 +400,17 @@ jobs:
name: Upload coverage to Codecov
command: codecov-cli do-upload --token $CODECOV_TOKEN --verbose

rvsol-lint:
executor: default
steps:
- checkout
- install-dependencies
- install-go-modules
- run:
name: Run lint
command: make lint-check
working_directory: rvsol

rvsol-tests:
executor: default
steps:
Expand Down

0 comments on commit 7a508e9

Please sign in to comment.