mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 08:11:33 +11:00
Add justfile target to validate the renovate config
This commit is contained in:
parent
d7255186be
commit
8bdabb03dc
3
justfile
3
justfile
|
@ -31,6 +31,9 @@ check-docs:
|
||||||
(cd tracker/agb-tracker && cargo doc --target=thumbv4t-none-eabi --no-deps)
|
(cd tracker/agb-tracker && cargo doc --target=thumbv4t-none-eabi --no-deps)
|
||||||
cargo doc --no-deps
|
cargo doc --no-deps
|
||||||
|
|
||||||
|
validate-renovate:
|
||||||
|
npx --yes --package renovate -- renovate-config-validator
|
||||||
|
|
||||||
_build_docs crate:
|
_build_docs crate:
|
||||||
(cd "{{crate}}" && cargo doc --no-deps)
|
(cd "{{crate}}" && cargo doc --no-deps)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue