Re-add docs-check step to circle

This commit is contained in:
Hector Sanjuan 2020-09-21 18:43:57 +02:00
parent 9e2df907f8
commit a5e7fd8f5c

View File

@ -346,6 +346,15 @@ jobs:
- run: git --no-pager diff
- run: git --no-pager diff --quiet
docs-check:
executor: golang
steps:
- install-deps
- prepare
- run: make docsgen
- run: git --no-pager diff
- run: git --no-pager diff --quiet
lint: &lint
description: |
Run golangci-lint.
@ -415,6 +424,7 @@ workflows:
- mod-tidy-check
- gofmt
- cbor-gen-check
- docs-check
- test:
codecov-upload: true
test-suite-name: full