Skip to content

Commit d6cccaf

Browse files
committed
feat(workflow): run clippy on ci
1 parent d352f8e commit d6cccaf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
- uses: actions-rs/cargo@v1
1515
with:
1616
command: fmt
17+
- uses: actions-rs/cargo@v1
18+
with:
19+
command: clippy
1720
- uses: actions-rs/cargo@v1
1821
with:
1922
command: build

0 commit comments

Comments
 (0)