diff --git a/.circleci/config.yml b/.circleci/config.yml index 996a52c..6478e80 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -32,6 +32,7 @@ workflows: - prestate-reproducibility: version: "1.3.1" asterisc-commit: "25feabf" + - go-lint - rvgo-tests - rvsol-lint - rvsol-tests @@ -376,6 +377,16 @@ jobs: exit 1 fi + go-lint: + executor: default + steps: + - checkout + - install-dependencies + - install-go-modules + - run: + name: Run lint + command: golangci-lint run + rvgo-tests: executor: default steps: