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