Skip to content

Commit dc49d9c

Browse files
authored
Add set -e (#1754)
1 parent eb659f4 commit dc49d9c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

scripts/action/update.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env bash
2+
set -e
23

34
version=""
45

scripts/super_linter/build/set_path.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env bash
2+
set -e
23

34
npm ci
45
action_version="$(yq '.jobs.build.steps[-1].uses | line_comment' .github/workflows/super-linter.yml)"

0 commit comments

Comments
 (0)