Skip to content

Commit e6d94a3

Browse files
committed
Check clippy on CI
1 parent d2fa968 commit e6d94a3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,3 +139,12 @@ jobs:
139139
- uses: actions/checkout@v1
140140
- run: rustup install nightly
141141
- run: cargo +nightly fmt -- --check
142+
143+
clippy:
144+
name: "Clippy"
145+
runs-on: ubuntu-latest
146+
timeout-minutes: 10
147+
steps:
148+
- uses: actions/checkout@v1
149+
- run: rustup install nightly
150+
- run: cargo +nightly clippy -- -D warnings

0 commit comments

Comments
 (0)