We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b222f40 commit 76331aeCopy full SHA for 76331ae
2 files changed
contrib/check-for-api-changes.sh
@@ -72,7 +72,7 @@ generate_api_files() {
72
popd > /dev/null
73
}
74
75
-# Check if there are changes (dirty git index) to the `api/` directory.
+# Check if there are changes (dirty git index) to the `api/` directory.
76
check_for_changes() {
77
pushd "$REPO_DIR" > /dev/null
78
justfile
@@ -36,3 +36,7 @@ sane: lint
36
# Update the recent and minimal lock files.
37
update-lock-files:
38
contrib/update-lock-files.sh
39
+
40
+# Check for API changes.
41
+check-api:
42
+ contrib/check-for-api-changes.sh
0 commit comments