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-11-26 11:43:08 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4c2f2abe8d
hurl
/
bin
/
check
/
rustfmt.sh
6 lines
60 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
cargo fmt --all -- --check
Reference in New Issue
Copy Permalink