We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d87e955 + 92aa11e commit ec072d9Copy full SHA for ec072d9
.github/workflows/shellcheck.yml
@@ -6,9 +6,5 @@ jobs:
6
runs-on: ubuntu-latest
7
steps:
8
- 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
14
- git ls-files --exclude='*.sh' --ignored | xargs shellcheck
+ - name: Run ShellCheck
+ uses: ludeeus/action-shellcheck@master
0 commit comments