Skip to content

Commit 9004c4f

Browse files
committedDec 7, 2024
add clippy to the lint script
1 parent 838fa01 commit 9004c4f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎scripts/lint.sh

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1-
#!/bin/sh
1+
#!/usr/bin/env bash
2+
3+
set -euxo pipefail
24

35
cargo fmt --check
6+
cargo clippy

0 commit comments

Comments
 (0)