Skip to content

Commit

Permalink
Merge pull request thijsvanloef#142 from thijsvanloef/update-auto-she…
Browse files Browse the repository at this point in the history
…llcheck

replace shellcheck
  • Loading branch information
thijsvanloef authored Jan 26, 2024
2 parents 3255d73 + 6e73c39 commit e78dcfb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run Shellcheck
uses: azohra/shell-linter@latest
with:
severity: "error"
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
dockerlint:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit e78dcfb

Please sign in to comment.