Skip to content

Commit ec072d9

Browse files
authored
Merge pull request #1091 from shirou/add_other_flag_to_shellcheck
change to use ludeeus/action-shellcheck for shellcheck.
2 parents d87e955 + 92aa11e commit ec072d9

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/shellcheck.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,5 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@v2
9-
- name: Get shellCheck
10-
run: |
11-
curl -Lf https://github.com/koalaman/shellcheck/releases/download/stable/shellcheck-stable.linux.x86_64.tar.xz | tar xJfv - --strip-components=1 shellcheck-stable/shellcheck -C /bin
12-
- name: Run shellcheck
13-
run: |
14-
git ls-files --exclude='*.sh' --ignored | xargs shellcheck
9+
- name: Run ShellCheck
10+
uses: ludeeus/action-shellcheck@master

0 commit comments

Comments
 (0)