Make sure the generated lua definitions are up to date

This commit is contained in:
Dreaded_X 2024-04-30 02:25:30 +02:00
parent cebdac2fe0
commit 105a58cbb8
Signed by: Dreaded_X
GPG Key ID: FA5F485356B0D2D4

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