mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-26 12:32:06 +03:00
5 lines
42 B
Bash
5 lines
42 B
Bash
|
#!/bin/bash
|
||
|
cargo clippy -- -D warnings
|
||
|
|
||
|
|