Skip to content

Commit ab0da5e

Browse files
committed
Merge branch 'shellcheck' into test-shellcheck
2 parents 9ae7efb + ad863d5 commit ab0da5e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/shell-check.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,5 @@ jobs:
3333
with:
3434
fetch-depth: ${{ env.PR_FETCH_DEPTH }}
3535

36-
- name: shell-check
37-
uses: YanxuanLiu/spark-rapids-common/shell-check@shellcheck
38-
with:
39-
included_file_patterns: |
40-
*.sh
36+
- name: Run ShellCheck
37+
uses: ludeeus/action-shellcheck@master

0 commit comments

Comments
 (0)