mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-02-24 13:30:02 +08:00
Update check.yml
This commit is contained in:
parent
8cd666d7e7
commit
726f474a40
4
.github/workflows/check.yml
vendored
4
.github/workflows/check.yml
vendored
@ -1,5 +1,5 @@
|
|||||||
on: [workflow_call]
|
on: [workflow_call]
|
||||||
name: "Check"
|
name: "Shellcheck"
|
||||||
permissions: {}
|
permissions: {}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@ -11,4 +11,4 @@ jobs:
|
|||||||
- name: Run ShellCheck
|
- name: Run ShellCheck
|
||||||
uses: ludeeus/action-shellcheck@master
|
uses: ludeeus/action-shellcheck@master
|
||||||
env:
|
env:
|
||||||
SHELLCHECK_OPTS: -e SC2001 -e SC2002 -e SC2116 -e SC2034 -e SC1091 -e SC2143 -e SC2223 -e SC2086 -e SC2145 -e SC2015 -e SC2268 -e SC2207 -e SC2064 -e SC2162 -e SC2153 -e SC2004 -e SC2219 -e SC2155 -e SC2166
|
SHELLCHECK_OPTS: -e SC2001 -e SC2002 -e SC2116 -e SC2034 -e SC1091 -e SC2143 -e SC2223 -e SC2086 -e SC2145 -e SC2015 -e SC2268 -e SC2207 -e SC2064 -e SC2162 -e SC2153 -e SC2004 -e SC2155 -e SC2166
|
||||||
|
Loading…
x
Reference in New Issue
Block a user