mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-02-24 05:20:02 +08:00
Shellcheck
This commit is contained in:
parent
4ea7ae62d6
commit
815dc70000
17
.github/workflows/check.yml
vendored
17
.github/workflows/check.yml
vendored
@ -4,17 +4,6 @@ permissions: {}
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
shellcheck:
|
shellcheck:
|
||||||
name: shellcheck
|
uses: ludeeus/action-shellcheck@master
|
||||||
runs-on: ubuntu-latest
|
env:
|
||||||
steps:
|
SHELLCHECK_OPTS: -x -e SC2001 -e SC2002 -e SC2223 -e SC2034 -e SC2064
|
||||||
- uses: actions/checkout@v3
|
|
||||||
- name: Run ShellCheck
|
|
||||||
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
|
|
||||||
sh_checker_shfmt_disable: true
|
|
||||||
sh_checker_checkbashisms_enable: false
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user