Skip to content

Commit af65c1d

Browse files
authored
Disable shell script validation in build workflow
Comment out shell script validation step in CI. Signed-off-by: Ash <73482956+ascopes@users.noreply.github.com>
1 parent 4b9775b commit af65c1d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626
### Lint scripts and configuration files.
2727
###
2828

29-
- name: Validate shell scripts
30-
uses: ludeeus/action-shellcheck@master
31-
if: ${{ ! cancelled() }}
32-
with:
33-
check_together: 'yes'
34-
scandir: ./scripts
29+
#- name: Validate shell scripts
30+
# uses: ludeeus/action-shellcheck@master
31+
# if: ${{ ! cancelled() }}
32+
# with:
33+
# check_together: 'yes'
34+
# scandir: ./scripts
3535

3636
- name: Validate codecov.yml
3737
shell: bash

0 commit comments

Comments
 (0)