SHELLCHECK_OPTS: -e SC2086

This commit is contained in:
Kroese 2023-03-30 19:28:45 +02:00 committed by GitHub
parent ee1fcabb21
commit 005dbea6be

View File

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