mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
define job
This commit is contained in:
parent
b383e5465e
commit
3db326da69
6
.github/workflows/shellcheck.yml
vendored
6
.github/workflows/shellcheck.yml
vendored
@ -10,7 +10,9 @@ jobs:
|
||||
name: Shellcheck
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Run ShellCheck
|
||||
- uses: actions/checkout@v2
|
||||
- name: Run Shellcheck
|
||||
uses: ludeeus/action-shellcheck@master
|
||||
with:
|
||||
check_together: 'yes'
|
||||
check_together: 'yes'
|
||||
run: bash -c 'shopt -s globstar; shellcheck -x **/*.sh'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user