Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Commit 6070863

Browse files
author
Antonios Papadakis
committed
Bypass Required Echo (says useless echo)
1 parent 9ee8905 commit 6070863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/shellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: luizm/action-sh-checker@v0.1.7
1212
env:
1313
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
14-
SHELLCHECK_OPTS: -e SC2164,SC2162,SC2016,SC1090,SC1017
14+
SHELLCHECK_OPTS: -e SC2164,SC2162,SC2016,SC1090,SC1017,SC2116
1515
with:
1616
sh_checker_comment: true
1717
sh_checker_shfmt_disable: true

0 commit comments

Comments
 (0)