Skip to content

Commit 4eec81a

Browse files
committed
ci: add clippy job to rust.yml workflow
1 parent 9a13bcc commit 4eec81a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/rust.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ env:
1010
CARGO_TERM_COLOR: always
1111

1212
jobs:
13+
clippy:
14+
runs-on: ubuntu-latest
15+
steps:
16+
- uses: actions/checkout@v4
17+
- run: cargo clippy -- --deny warnings
1318
fmt:
1419
runs-on: ubuntu-latest
1520
steps:

0 commit comments

Comments
 (0)