forked from mirror/static
feat: add embedmd (#3)
This commit is contained in:
parent
23d8c08971
commit
841376ca54
|
@ -9,8 +9,10 @@ go:
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- echo "ignore go get"
|
- echo "ignore go get"
|
||||||
|
- go get github.com/campoy/embedmd
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
- embedmd -d *.md
|
||||||
- go test -v -covermode=atomic -coverprofile=coverage.out
|
- go test -v -covermode=atomic -coverprofile=coverage.out
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
|
|
Loading…
Reference in New Issue