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 Oct 3, 2023
1 parent 4f4edbf commit a225fc6
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 @@ -19,7 +19,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
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 a225fc6

Please sign in to comment.