Skip to content

Commit

Permalink
actions/build-bsd: suppress shellcheck warnings
Browse files Browse the repository at this point in the history
shellcheck doesn't have enough context to determine where (specifically,
under which shell) the command is being invoked
  • Loading branch information
martelletto committed Jun 17, 2024
1 parent f0f551c commit 0988ac8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .actions/build-bsd
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ q() {
}

submit_job() {
# shellcheck disable=SC3043
local manifest="$1"
jq \
--compact-output --null-input \
Expand All @@ -71,6 +72,7 @@ submit_job() {
}

job_status() {
# shellcheck disable=SC3043
local id="$1"
jq \
--compact-output --null-input \
Expand Down

0 comments on commit 0988ac8

Please sign in to comment.