Skip to content

Commit

Permalink
Remove circle_ci docs-check.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsanjuan committed Sep 17, 2020
1 parent a4fd356 commit 591e32a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -346,15 +346,6 @@ 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.
Expand Down Expand Up @@ -424,7 +415,6 @@ workflows:
- mod-tidy-check
- gofmt
- cbor-gen-check
- docs-check
- test:
codecov-upload: true
test-suite-name: full
Expand Down

0 comments on commit 591e32a

Please sign in to comment.