Skip to content

Commit

Permalink
Updating Shell check action
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-Schnaufer committed Feb 3, 2021
1 parent 6ddc65a commit 6f181db
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/shellscript_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,8 @@ jobs:
steps:
- name: Fetch source code
uses: actions/checkout@v2
- name: shell check support
shell: bash
run: 'sudo apt-get install -y xz-utils'
- name: shell check
uses: luizm/action-sh-checker@v0.1.8
uses: luizm/action-sh-checker@v0.1.12
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SHELLCHECK_OPTS: ${{ matrix.shellcheck_opts }}
Expand Down

0 comments on commit 6f181db

Please sign in to comment.