Skip to content

Commit 0dc1160

Browse files
committed
Runs clippy in github workload
1 parent 7a2a84c commit 0dc1160

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@ jobs:
3232
- name: Check format
3333
run: cargo fmt --check
3434

35+
check-clippy:
36+
runs-on: ubuntu-latest
37+
steps:
38+
- uses: actions/checkout@v4
39+
- name: Check clippy lints
40+
run: cargo clippy
41+
3542
build-man-page:
3643
name: build-man-page
3744
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)