Skip to content

Commit 7a508e9

Browse files
Merge pull request #143 from ethereum-optimism/jan/circleci--008
chore: Migrate rvsol-lint workflow to CircleCI [8/N]
2 parents 6788c11 + 5eaa8cb commit 7a508e9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.circleci/config.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ workflows:
3333
version: "1.3.1"
3434
asterisc-commit: "25feabf"
3535
- rvgo-tests
36+
- rvsol-lint
3637
- rvsol-tests
3738

3839
commands:
@@ -399,6 +400,17 @@ jobs:
399400
name: Upload coverage to Codecov
400401
command: codecov-cli do-upload --token $CODECOV_TOKEN --verbose
401402

403+
rvsol-lint:
404+
executor: default
405+
steps:
406+
- checkout
407+
- install-dependencies
408+
- install-go-modules
409+
- run:
410+
name: Run lint
411+
command: make lint-check
412+
working_directory: rvsol
413+
402414
rvsol-tests:
403415
executor: default
404416
steps:

0 commit comments

Comments
 (0)