Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0ac6085

Browse files
committedJun 28, 2020
clippy on CI
1 parent 688f80c commit 0ac6085

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
 

‎.github/workflows/rust.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,11 @@ jobs:
6565
with:
6666
command: fmt
6767
args: -- --check
68+
69+
clippy:
70+
runs-on: ubuntu-18.04
71+
steps:
72+
- uses: actions/checkout@v1
73+
- uses: actions-rs/cargo@v1
74+
with:
75+
command: clippy

0 commit comments

Comments
 (0)
Please sign in to comment.