Skip to content

Commit 469bd8b

Browse files
authored
Add set -e (#1685)
1 parent 4a959e1 commit 469bd8b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

scripts/action/format.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
current_diff=""
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
tag_name="$(yq '.jobs.build.steps[-1].uses' .github/workflows/super-linter.yml | sed -e 's;/slim@.*;:slim;g')"

0 commit comments

Comments
 (0)