We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f3d1ea commit 8c30980Copy full SHA for 8c30980
hooks/command
@@ -19,7 +19,8 @@ fail_build=0
19
has_errors=0
20
create_annotation=0
21
22
-# shellcheck disable=2317 # this is a signal function
+# shellcheck disable=2317 # this is a signal function
23
+# shellcheck disable=2329 # this function is used but SC isn't picking it up
24
function cleanup {
25
rm -rf "${artifacts_dir}"
26
rm -rf "${annotation_dir}"
0 commit comments