style: Run shfmt on workflows and actions (#3085)

This commit is contained in:
Ayaz Salikhov
2026-05-28 11:03:38 +01:00
committed by GitHub
parent 25c0dc6f1c
commit 267fe05a8f
20 changed files with 144 additions and 144 deletions

View File

@@ -41,26 +41,26 @@ EOF
}
case $1 in
-h | --help)
print_help
;;
-h | --help)
print_help
;;
-t | --terminal)
open_terminal
;;
-t | --terminal)
open_terminal
;;
-s | --stop)
stop_container
;;
-s | --stop)
stop_container
;;
-*)
echo "Unknown option: $1"
print_help
;;
-*)
echo "Unknown option: $1"
print_help
;;
*)
run "$@"
;;
*)
run "$@"
;;
esac
popd >/dev/null