fix: shellcheck errors (#896)

This commit is contained in:
JEEVITHA KANNAN K S 2024-11-01 22:41:36 +05:30 committed by GitHub
parent 4f4becc4fc
commit a0d6070c1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,7 @@ jobs:
- name: Run ShellCheck - name: Run ShellCheck
uses: reviewdog/action-shellcheck@v1 uses: reviewdog/action-shellcheck@v1
with: with:
shellcheck_flags: '--source-path=${{ github.workspace }}/.shellcheckrc'
reviewdog_flags: '-fail-level=any' reviewdog_flags: '-fail-level=any'
shfmt: shfmt:

2
.shellcheckrc Normal file
View File

@ -0,0 +1,2 @@
external-sources=true
source=core/tabs/common-script.sh