Browse Source

MT#55283 exclude non existent file from shellcheck

Change-Id: I4c17a588320d336375f431ca2aa5b0729cce6058
pull/1964/head
Richard Fuchs 6 months ago
parent
commit
621d86918a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/shellcheck.yml

+ 1
- 1
.github/workflows/shellcheck.yml View File

@ -26,4 +26,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 utils/patch-kernel
run: shellcheck --exclude=SC1090,SC1091 debian/*.init debian/*.post* debian/*.pre* debian/*-setup el/*.init tests/simulator-tcp.sh

Loading…
Cancel
Save