We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 358d5e7 commit 2838cedCopy full SHA for 2838ced
.github/workflows/script/update-node-modules.sh
@@ -1,3 +1,6 @@
1
+#!/bin/bash
2
+set -eu
3
+
4
if [ "$1" != "update" && "$1" != "check-only" ]; then
5
>&2 echo "Failed: Invalid argument. Must be 'update' or 'check-only'"
6
exit 1
0 commit comments