mirror of
https://github.com/AuxXxilium/arv-v-dsm.git
synced 2024-11-23 23:10:58 +07:00
Shellcheck
This commit is contained in:
parent
f8292e55b8
commit
732dc47d14
10
.github/workflows/check.yml
vendored
10
.github/workflows/check.yml
vendored
@ -9,6 +9,10 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Run ShellCheck
|
||||
uses: ludeeus/action-shellcheck@master
|
||||
env:
|
||||
SHELLCHECK_OPTS: -x -e SC2001 -e SC2002 -e SC2223 -e SC2034 -e SC2064
|
||||
uses: luizm/action-sh-checker@master
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
SHELLCHECK_OPTS: -x -e SC2001 -e SC2002 -e SC2223 -e SC2034 -e SC2064
|
||||
SHFMT_OPTS: -s
|
||||
with:
|
||||
sh_checker_comment: true
|
||||
|
Loading…
Reference in New Issue
Block a user