1
0
Fork 0
mirror of https://gitlab.com/msrd0/gotham-restful.git synced 2025-02-22 12:42:28 +00:00

ci: fix typo

This commit is contained in:
Dominic 2021-03-09 20:08:12 +01:00
parent 3a3f743369
commit 63567f5480
Signed by: msrd0
GPG key ID: DCC8C247452E98F9

View file

@ -111,7 +111,7 @@ rustfmt:
script:
- cargo fmt --all -- --check
- ./tests/ui/rustfmt.sh --check
- ./openapi-type/tests/fail/rustfmt.sh --check
- ./openapi_type/tests/fail/rustfmt.sh --check
doc:
stage: build