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 authored and LDVG committed Jun 18, 2024
1 parent 5eb2dc1 commit 03c18d3
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 03c18d3

Please sign in to comment.