Skip to content

Commit

Permalink
Ignore shellcheck SC2309
Browse files Browse the repository at this point in the history
  • Loading branch information
omus committed Jan 13, 2025
1 parent 2c3af5e commit ba41680
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ jobs:
with:
fail_level: error
filter_mode: nofilter # Post results on all results and not just changed files
env:
SHELLCHECK_OPTS: -e SC2309
7 changes: 2 additions & 5 deletions .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,5 @@ jobs:
- name: Test
run: |
set -x
[[ "${run_id}" -eq "${{ github.run_id }}" ]] || exit 1
[[ "${run_attempt}" -eq "${{ github.run_attempt }}" ]] || exit 1
env:
run_id: ${{ steps.workflow.outputs.run-id }}
run_attempt: ${{ steps.workflow.outputs.run-attempt }}
[[ "${{ steps.workflow.outputs.run-id }}" -eq "${{ github.run_id }}" ]] || exit 1
[[ "${{ steps.workflow.outputs.run-attempt }}" -eq "${{ github.run_attempt }}" ]] || exit 1
2 changes: 2 additions & 0 deletions .github/workflows/shell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
- name: Extract workflow shell scripts
id: extract
uses: beacon-biosignals/gha-extract-shell-scripts@v1
with:
shellcheck-disable: SC2309
- uses: luizm/action-sh-checker@c6edb3de93e904488b413636d96c6a56e3ad671a # v0.8.0
env:
GITHUB_TOKEN: ${{ github.token }}
Expand Down

0 comments on commit ba41680

Please sign in to comment.