Skip to content

Commit a77e850

Browse files
committed
ci: rename misspelled lint script
Rename contrib/lint-integtation-tests.sh to lint-integration-tests.sh and update the justfile reference to match.
1 parent 1ed6f8d commit a77e850

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ lint-verify:
3939
$REPO_DIR/contrib/lint-verify.sh
4040

4141
lint-integration-tests:
42-
$REPO_DIR/contrib/lint-integtation-tests.sh
42+
$REPO_DIR/contrib/lint-integration-tests.sh
4343

4444
# Run cargo fmt
4545
fmt:

0 commit comments

Comments
 (0)