You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR aggregates changes from the following PRs:
- #10038: Make Soldeer Dependency field public by @TilakMaddy
- #11139: upgrade to Node.js 24 by @Daulox92
- #11274: CI: migrate workflows to checkout v5 by @rejected-l
- #11246: fix: add missing semicolon in typos error message in Makefile by @dizer-ti
Copy file name to clipboardExpand all lines: Makefile
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -108,7 +108,7 @@ lint-clippy: ## Run clippy on the codebase.
108
108
.PHONY: lint-typos
109
109
lint-typos: ## Run typos on the codebase.
110
110
@command -v typos >/dev/null || { \
111
-
echo"typos not found. Please install it by running the command `cargo install typos-cli` or refer to the following link for more information: https://github.com/crate-ci/typos"\
111
+
echo"typos not found. Please install it by running the command `cargo install typos-cli` or refer to the following link for more information: https://github.com/crate-ci/typos";\
0 commit comments