We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6788c11 + 5eaa8cb commit 7a508e9Copy full SHA for 7a508e9
.circleci/config.yml
@@ -33,6 +33,7 @@ workflows:
33
version: "1.3.1"
34
asterisc-commit: "25feabf"
35
- rvgo-tests
36
+ - rvsol-lint
37
- rvsol-tests
38
39
commands:
@@ -399,6 +400,17 @@ jobs:
399
400
name: Upload coverage to Codecov
401
command: codecov-cli do-upload --token $CODECOV_TOKEN --verbose
402
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
+
414
rvsol-tests:
415
executor: default
416
steps:
0 commit comments