Fix GH actions badge
This commit is contained in:
parent
b13fcd15cf
commit
73715c10e0
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Schemars
|
||||
|
||||
[](https://github.com/GREsau/schemars/actions)
|
||||
[](https://github.com/GREsau/schemars/actions)
|
||||
[](https://crates.io/crates/schemars)
|
||||
[](https://docs.rs/schemars)
|
||||
[](https://blog.rust-lang.org/2020/07/16/Rust-1.45.0.html)
|
||||
|
|
|
@ -208,7 +208,7 @@ Validator docs: [range](https://github.com/Keats/validator#range)
|
|||
|
||||
<h3 id="regex">
|
||||
|
||||
`#[validate(regex = "path::to::regex")]` / `#[schemars(regex = "path::to::regex")]`
|
||||
`#[validate(regex = "path::to::regex")]` / `#[schemars(regex = "path::to::regex")]`<br />
|
||||
`#[schemars(regex(pattern = r"^\d+$"))]`
|
||||
</h3>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue