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
13
.github/workflows/check.yml
vendored
13
.github/workflows/check.yml
vendored
@ -4,17 +4,6 @@ permissions: {}
|
||||
|
||||
jobs:
|
||||
shellcheck:
|
||||
name: shellcheck
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Run ShellCheck
|
||||
uses: luizm/action-sh-checker@master
|
||||
uses: ludeeus/action-shellcheck@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