This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
rtpengine
mirror of
https://github.com/sipwise/rtpengine
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
822
Wiki
Activity
Browse Source
MT#55283 exclude non existent file from shellcheck
Change-Id: I4c17a588320d336375f431ca2aa5b0729cce6058
pull/1964/head
Richard Fuchs
6 months ago
parent
54f7a465c6
commit
621d86918a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save