Skip to content

Commit

Permalink
Ignore Shellcheck failure
Browse files Browse the repository at this point in the history
  • Loading branch information
dj-maisy committed Feb 24, 2025
1 parent 60a9d48 commit 54c21c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pact-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,6 @@ jobs:
name: ${{ inputs.pact_artifact }}
path: tmp/pacts
- if: inputs.pact_artifact != ''
run: bundle exec rake pact:verify:at[tmp/pacts/${{ inputs.pact_artifact_file_to_verify }}]
run: |
# shellcheck disable=SC2102
bundle exec rake pact:verify:at[tmp/pacts/${{ inputs.pact_artifact_file_to_verify }}]

0 comments on commit 54c21c4

Please sign in to comment.