SHELLCHECK_OPTS: -e SC2086

This commit is contained in:
Kroese 2023-03-30 19:28:45 +02:00 committed by GitHub
parent 517ca046ca
commit dcc40d98df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,3 +15,5 @@ jobs:
- uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -e SC2086