Add gfmxr integration for checking examples in README.md
now that we support the legacy Action func signature.
This commit is contained in:
parent
d45f7c1fe2
commit
3b5133fbb1
@ -13,6 +13,10 @@ matrix:
|
|||||||
allow_failures:
|
allow_failures:
|
||||||
- go: tip
|
- go: tip
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
- go get github.com/meatballhat/gfmxr/...
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- go vet ./...
|
- go vet ./...
|
||||||
- go test -v ./...
|
- go test -v ./...
|
||||||
|
- gfmxr
|
||||||
|
Loading…
Reference in New Issue
Block a user