http: Make clippy throw errors
Instead of failing silently, clippy warnings should be treated as errors and be fixed before merging a patch
1 file changed
+9
-3
9dd61d3b
→
2bbcc2f9
modified .github/workflows/check-radicle-httpd.yml
@@ -16,6 +16,8 @@ jobs:
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -31,7 +33,9 @@ jobs:
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -45,6 +49,8 @@ jobs:
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
| - | |
| + | |