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-02 06:55:08 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
662ec8184e
hurl
/
bin
/
check
/
clippy.sh
6 lines
61 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
cargo clippy -- -D warnings
Add workflow check
2022-06-05 22:08:50 +03:00
Reference in New Issue
Copy Permalink