mirror of
https://gitlab.com/msrd0/gotham-restful.git
synced 2025-04-20 14:57:01 +00:00
documentation
This commit is contained in:
parent
4429fced3b
commit
853ee3e94c
8 changed files with 274 additions and 35 deletions
|
@ -2,8 +2,21 @@
|
|||
stages:
|
||||
- check
|
||||
|
||||
check:
|
||||
check-none:
|
||||
stage: check
|
||||
image: msrd0/rust-pq
|
||||
script:
|
||||
- cargo check
|
||||
- cargo check --all --no-default-features
|
||||
|
||||
check-all:
|
||||
stage: check
|
||||
image: msrd0/rust-pq
|
||||
script:
|
||||
- cargo check --all --all-features
|
||||
|
||||
readme:
|
||||
stage: check
|
||||
image: msrd0/rust:alpine-readme
|
||||
script:
|
||||
- cargo readme -r gotham_restful -t ../README.tpl >README.md.new
|
||||
- diff README.md README.md.new
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue