MT#55283 don't check files that don't exist

Change-Id: If51d514153f8e9f872d0b109c39b02e3ebd84044
pull/1126/merge
Richard Fuchs 1 week ago
parent bbcabbf534
commit 2e7ff0001d

@ -27,4 +27,4 @@ jobs:
run: shellcheck --version
- name: Shellcheck execution
run: shellcheck --exclude=SC1090,SC1091 debian/*.init debian/*.post* debian/*.pre* debian/*-setup el/*.init tests/simulator-tcp.sh
run: shellcheck --exclude=SC1090,SC1091 debian/*.init debian/*.post* debian/*.pre* debian/*-setup tests/simulator-tcp.sh

Loading…
Cancel
Save