Skip to content

Commit

Permalink
chore: Migrate rvsol-lint to CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista committed Jan 24, 2025
1 parent 6788c11 commit 5eaa8cb
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 5eaa8cb

Please sign in to comment.