mirror of
https://github.com/atmoz/sftp.git
synced 2024-11-17 12:51:33 -05:00
Use new ignore_names shellcheck option
This commit is contained in:
parent
302390e67c
commit
8abb1cce36
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
|||
- name: Run ShellCheck
|
||||
uses: ludeeus/action-shellcheck@master
|
||||
with:
|
||||
ignore: tests/shunit2
|
||||
ignore_names: shunit2
|
||||
|
||||
- name: Build debian image
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue