Skip to content

Commit

Permalink
ci(lint): disable sh-checker ShellCheck
Browse files Browse the repository at this point in the history
ShellCheck linting is performed by `differential-shellcheck`.
  • Loading branch information
jamacku committed Dec 1, 2023
1 parent e2ab2d1 commit 5d6a8cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
env:
SHFMT_OPTS: -s # arguments to shfmt.
with:
sh_checker_shellcheck_disable: false
sh_checker_shellcheck_disable: true # disable shellcheck in favor of differential-shellcheck

differential-shellcheck:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5d6a8cb

Please sign in to comment.