mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 05:09:17 +00:00
fix: shellcheck errors (#896)
This commit is contained in:
parent
4f4becc4fc
commit
a0d6070c1a
1
.github/workflows/shellcheck.yml
vendored
1
.github/workflows/shellcheck.yml
vendored
|
@ -17,6 +17,7 @@ jobs:
|
|||
- name: Run ShellCheck
|
||||
uses: reviewdog/action-shellcheck@v1
|
||||
with:
|
||||
shellcheck_flags: '--source-path=${{ github.workspace }}/.shellcheckrc'
|
||||
reviewdog_flags: '-fail-level=any'
|
||||
|
||||
shfmt:
|
||||
|
|
2
.shellcheckrc
Normal file
2
.shellcheckrc
Normal file
|
@ -0,0 +1,2 @@
|
|||
external-sources=true
|
||||
source=core/tabs/common-script.sh
|
Loading…
Reference in New Issue
Block a user