mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-22 07:06:41 +11:00
Add justfile target to validate the renovate config
This commit is contained in:
parent
d7255186be
commit
8bdabb03dc
1 changed files with 3 additions and 0 deletions
3
justfile
3
justfile
|
@ -31,6 +31,9 @@ check-docs:
|
|||
(cd tracker/agb-tracker && cargo doc --target=thumbv4t-none-eabi --no-deps)
|
||||
cargo doc --no-deps
|
||||
|
||||
validate-renovate:
|
||||
npx --yes --package renovate -- renovate-config-validator
|
||||
|
||||
_build_docs crate:
|
||||
(cd "{{crate}}" && cargo doc --no-deps)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue