mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-27 19:35:32 +00:00
workflows: Shellcheck - ignore vendor
Ignore the vendor directories in our shellcheck workflow as we can't fix them. If there is a way to set this in shellcheckrc that would be better, but it doesn't seem to be implemented yet. Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
parent
4df406f03c
commit
b3972df3ca
3
.github/workflows/shellcheck.yaml
vendored
3
.github/workflows/shellcheck.yaml
vendored
@ -26,4 +26,5 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Run ShellCheck
|
||||
uses: ludeeus/action-shellcheck@master
|
||||
|
||||
with:
|
||||
ignore_paths: ./src/runtime/vendor/**
|
||||
|
Loading…
Reference in New Issue
Block a user