Add a just cmd to check for API changes

Add a `just` command to run the API checking script. Makes it more
discoverable.
This commit is contained in:
Tobin C. Harding 2023-10-09 09:21:03 +11:00
parent b222f40f99
commit 76331aeee3
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
2 changed files with 5 additions and 1 deletions

View File

@ -36,3 +36,7 @@ sane: lint
# Update the recent and minimal lock files.
update-lock-files:
contrib/update-lock-files.sh
# Check for API changes.
check-api:
contrib/check-for-api-changes.sh