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

Commit 9ee8905

Browse files
author
Antonios Papadakis
committed
Attempt to Fix not Following Multiple Warning Bypass
1 parent 612d828 commit 9ee8905

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
14+
SHELLCHECK_OPTS: -e SC2164,SC2162,SC2016,SC1090,SC1017
1515
with:
1616
sh_checker_comment: true
1717
sh_checker_shfmt_disable: true

0 commit comments

Comments
 (0)