Skip to content

Commit

Permalink
chore: Migrate rvgo-lint to CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista committed Jan 24, 2025
1 parent 7a508e9 commit 315dc1c
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"
- rvgo-lint
- rvgo-tests
- rvsol-lint
- rvsol-tests
Expand Down Expand Up @@ -376,6 +377,16 @@ jobs:
exit 1
fi
rvgo-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 315dc1c

Please sign in to comment.