mirror of
https://github.com/AuxXxilium/arv-v-dsm.git
synced 2024-11-24 07:20:57 +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:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Run ShellCheck
|
- name: Run ShellCheck
|
||||||
uses: ludeeus/action-shellcheck@master
|
uses: luizm/action-sh-checker@master
|
||||||
env:
|
env:
|
||||||
SHELLCHECK_OPTS: -x -e SC2001 -e SC2002 -e SC2223 -e SC2034 -e SC2064
|
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