We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b9775b commit af65c1dCopy full SHA for af65c1d
1 file changed
.github/workflows/build.yml
@@ -26,12 +26,12 @@ jobs:
26
### Lint scripts and configuration files.
27
###
28
29
- - name: Validate shell scripts
30
- uses: ludeeus/action-shellcheck@master
31
- if: ${{ ! cancelled() }}
32
- with:
33
- check_together: 'yes'
34
- scandir: ./scripts
+ #- name: Validate shell scripts
+ # uses: ludeeus/action-shellcheck@master
+ # if: ${{ ! cancelled() }}
+ # with:
+ # check_together: 'yes'
+ # scandir: ./scripts
35
36
- name: Validate codecov.yml
37
shell: bash
0 commit comments