Skip to content

Commit 2838ced

Browse files
committed
Add shebang to update Node modules script
1 parent 358d5e7 commit 2838ced

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/script/update-node-modules.sh

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#!/bin/bash
2+
set -eu
3+
14
if [ "$1" != "update" && "$1" != "check-only" ]; then
25
>&2 echo "Failed: Invalid argument. Must be 'update' or 'check-only'"
36
exit 1

0 commit comments

Comments
 (0)