Commit 0e67aa3a authored by Michael de Hoog's avatar Michael de Hoog

Add linting to CircleCI

parent a0f8c73e
...@@ -1303,6 +1303,9 @@ workflows: ...@@ -1303,6 +1303,9 @@ workflows:
- go-lint: - go-lint:
name: op-batcher-lint name: op-batcher-lint
module: op-batcher module: op-batcher
- go-lint:
name: op-bootnode-lint
module: op-bootnode
- go-lint: - go-lint:
name: op-bindings-lint name: op-bindings-lint
module: op-bindings module: op-bindings
...@@ -1366,6 +1369,7 @@ workflows: ...@@ -1366,6 +1369,7 @@ workflows:
- bedrock-go-tests: - bedrock-go-tests:
requires: requires:
- op-batcher-lint - op-batcher-lint
- op-bootnode-lint
- op-bindings-lint - op-bindings-lint
- op-chain-ops-lint - op-chain-ops-lint
- op-e2e-lint - op-e2e-lint
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment