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-19 08:42:06 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b5277b3349
hurl
/
bin
/
check
/
black.sh
6 lines
49 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
Standardised shell scripts shebang and error handling
2022-12-14 11:28:25 +03:00
black --check .
Add workflow check
2022-06-05 22:08:50 +03:00
Reference in New Issue
Copy Permalink