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 1be570b commit e2d0bf6Copy full SHA for e2d0bf6
.github/workflows/gem_ci.yml
@@ -46,7 +46,10 @@ jobs:
46
fetch-depth: 1
47
- name: "shellcheck"
48
uses: reviewdog/action-shellcheck@v1
49
- if: ${{ inputs.run_shellcheck == 'true' }} && ${{ inputs.ruby_version == '3.2' }} && ${{ inputs.runs_on == 'ubuntu-latest' }}
+ if: |
50
+ inputs.run_shellcheck == true &&
51
+ inputs.ruby_version == '3.2' &&
52
+ inputs.runs_on == 'ubuntu-latest'
53
with:
54
check_all_files_with_shebangs: "true"
55
0 commit comments