Skip to content

Commit 060149c

Browse files
committed
Corrected shellcheck error
1 parent 65f9216 commit 060149c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hooks/command

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ fail_build=0
1919
has_errors=0
2020
create_annotation=0
2121

22+
# shellcheck disable=2317 # this is a signal function
2223
function cleanup {
2324
rm -rf "${artifacts_dir}"
2425
rm -rf "${annotation_dir}"

0 commit comments

Comments
 (0)