Skip to content

Commit

Permalink
Merge pull request #1091 from shirou/add_other_flag_to_shellcheck
Browse files Browse the repository at this point in the history
change to use ludeeus/action-shellcheck for shellcheck.
  • Loading branch information
shirou committed Jul 1, 2021
2 parents d87e955 + 92aa11e commit ec072d9
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/shellcheck.yml
Expand Up @@ -6,9 +6,5 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Get shellCheck
run: |
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
- name: Run shellcheck
run: |
git ls-files --exclude='*.sh' --ignored | xargs shellcheck
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master

0 comments on commit ec072d9

Please sign in to comment.