diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml index 854e9451..bfcc3bc8 100644 --- a/.github/workflows/shellcheck.yml +++ b/.github/workflows/shellcheck.yml @@ -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: diff --git a/.shellcheckrc b/.shellcheckrc new file mode 100644 index 00000000..0b882066 --- /dev/null +++ b/.shellcheckrc @@ -0,0 +1,2 @@ +external-sources=true +source=core/tabs/common-script.sh \ No newline at end of file