define job

This commit is contained in:
Daniel Hansson 2020-11-12 15:59:33 +01:00 committed by GitHub
parent b383e5465e
commit 3db326da69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'