fixed clippy run in workflow

This commit is contained in:
Dominik Maier 2021-05-01 14:02:07 +02:00 committed by Andrea Fioraldi
parent f87ae70e11
commit cf7cb985f4

View File

@ -59,9 +59,7 @@ jobs:
- name: Test Docs
run: cargo test --doc
- name: Run clippy
uses: actions-rs/cargo@v1
with:
command: ./clippy.sh
run: ./clippy.sh
windows:
runs-on: windows-latest
steps: