Merge branch 'main' into main

This commit is contained in:
Den Delimarsky
2025-10-21 15:29:08 -07:00
committed by GitHub
38 changed files with 594 additions and 191 deletions

View File

@@ -251,7 +251,7 @@ get_commands_for_language() {
echo "cargo test && cargo clippy"
;;
*"JavaScript"*|*"TypeScript"*)
echo "npm test \&\& npm run lint"
echo "npm test \\&\\& npm run lint"
;;
*)
echo "# Add commands for $lang"