mirror of
https://github.com/mre/idiomatic-rust
synced 2024-11-25 13:30:18 +00:00
15 lines
288 B
Markdown
15 lines
288 B
Markdown
# Idiomatic Rust CI
|
|
|
|
This little tool checks if all links in a document return a 200 status code. The
|
|
directory contains a Docker container to speed up the checks, which was
|
|
built from the source-code.
|
|
|
|
## Rebuilding the CI tool
|
|
|
|
```
|
|
make build publish
|
|
```
|
|
|
|
## More info
|
|
|
|
Nah, that's it.
|