This website requires JavaScript.
Explore
Help
Sign In
Orange-OpenSource
/
hurl
Watch
1
Star
1
Fork
0
You've already forked hurl
mirror of
https://github.com/Orange-OpenSource/hurl.git
synced
2024-12-03 02:30:32 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0efaacc12d
hurl
/
bin
/
check
/
shellcheck.sh
6 lines
92 B
Bash
Raw
Normal View
History
Unescape
Escape
Add workflow check
2022-06-05 22:08:50 +03:00
#!/bin/bash
Standardised shell scripts shebang and error handling
2022-12-14 11:28:25 +03:00
set
-Eeuo pipefail
Add workflow check
2022-06-05 22:08:50 +03:00
find . -type f -name
'*.sh'
-print0
|
xargs -0 shellcheck
Reference in New Issue
Copy Permalink