mirror of
https://github.com/coredns/coredns.git
synced 2025-11-23 20:24:02 -05:00
Add CI test for man page updates (#3729)
Run make -f Makefile.doc in CircleCI to test that man pages are updated in PRs. Signed-off-by: Ben Kochie <superq@gmail.com>
This commit is contained in:
@@ -40,6 +40,14 @@ buildCoreDNSImage: &buildCoreDNSImage
|
||||
kind load docker-image coredns
|
||||
|
||||
jobs:
|
||||
doc-test:
|
||||
docker:
|
||||
- image: circleci/golang:1.13
|
||||
steps:
|
||||
- checkout
|
||||
- run: ./fixup_file_mtime.sh
|
||||
- run: make -f Makefile.doc
|
||||
- run: git diff --exit-code -- man/
|
||||
kubernetes-tests:
|
||||
<<: *integrationDefaults
|
||||
steps:
|
||||
@@ -62,4 +70,5 @@ workflows:
|
||||
version: 2
|
||||
integration-tests:
|
||||
jobs:
|
||||
- doc-test
|
||||
- kubernetes-tests
|
||||
|
||||
Reference in New Issue
Block a user