1
0
Fork 0
mirror of https://gitlab.com/msrd0/gotham-restful.git synced 2025-02-23 04:52:28 +00:00

ci: use msrd0/cargo-readme

This commit is contained in:
Dominic 2020-02-11 18:56:47 +01:00
parent 5057de90e6
commit 845f85ee48
Signed by: msrd0
GPG key ID: DCC8C247452E98F9

View file

@ -36,7 +36,7 @@ test-all:
readme:
stage: test
image: msrd0/rust:alpine-readme
image: msrd0/cargo-readme
script:
- cargo readme -r gotham_restful -t ../README.tpl >README.md.new
- diff README.md README.md.new