Skip to content

Commit ad863d5

Browse files
committed
test shellcheck action
Signed-off-by: Yanxuan Liu <[email protected]>
1 parent 2d03c24 commit ad863d5

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)