Don't bother with clippy on CI for now

pull/25/head
Wilfred Hughes 2021-03-07 14:10:44 +07:00
parent b00d61fea3
commit 6f9d5277a0
1 changed files with 0 additions and 16 deletions

@ -46,19 +46,3 @@ jobs:
with: with:
command: fmt command: fmt
args: --all -- --check args: --all -- --check
clippy:
name: Clippy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- run: rustup component add clippy
- uses: actions-rs/cargo@v1
with:
command: clippy
args: -- -D warnings