We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5877ac commit eb8047eCopy full SHA for eb8047e
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
env:
12
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
13
SHELLCHECK_OPTS: -e SC1004 # exclude some shellcheck warnings.
14
- SHFMT_OPTS: -i 2 -bn -sr -ln bash # shfmt: 2-space indentation (-i 2), braces on same line (-bn), space after redirects (-sr), bash dialect (-ln bash)
+ SHFMT_OPTS: -s -i 2 -bn -sr -ln bash # shfmt: simplify (s), 2-space indentation (-i 2), braces on same line (-bn), space after redirects (-sr), bash dialect (-ln bash)
15
with:
16
sh_checker_only_diff: true # only run against files that were updated
17
sh_checker_comment: true # include results as github comment
0 commit comments