Make sure the generated lua definitions are up to date
All checks were successful
Build and deploy automation_rs / Build automation_rs (push) Successful in 4m28s
Build and deploy automation_rs / Build Docker image (push) Successful in 1m17s
Build and deploy automation_rs / Deploy Docker container (push) Has been skipped

This commit is contained in:
Dreaded_X 2024-04-30 02:25:30 +02:00
parent 7a18f0f29e
commit 9f9b8eb2dd
Signed by: Dreaded_X
GPG Key ID: 5A0CBFE3C3377FAA

View File

@ -10,6 +10,7 @@ shopt -s inherit_errexit # Inherit the errexit option status in subshells.
set -x
cargo run --bin generate_definitions > ./definitions/generated.lua
git update-index --refresh
cargo clippy --all-targets --all -- -D warnings
cargo fmt -- --check