Disable source lookup errors
parent
e6fe1bbc8a
commit
b0f9a10e71
|
@ -74,6 +74,6 @@ jobs:
|
|||
- name: Shell check mycroft tools
|
||||
uses: ludeeus/action-shellcheck@ceeca77f6538b97991ca2c2a2ebe1ab64e573b5e
|
||||
env:
|
||||
SHELLCHECK_OPTS: -x --exclude SC1091
|
||||
SHELLCHECK_OPTS: -x
|
||||
with:
|
||||
scandir: ./bin
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
# Disable sourcing errors
|
||||
disable=SC1090
|
||||
disable=SC1091
|
Loading…
Reference in New Issue