remove all mentioning of clippy and checks

This commit is contained in:
holger krekel
2020-06-17 18:53:09 +02:00
parent 6aa0291dfe
commit 3e05015028

View File

@@ -5,8 +5,6 @@ on:
push: push:
branches: branches:
- master - master
- staging
- trying
jobs: jobs:
@@ -20,7 +18,7 @@ jobs:
profile: minimal profile: minimal
toolchain: 1.43.1 toolchain: 1.43.1
override: true override: true
- run: rustup component add rustfmt clippy - run: rustup component add rustfmt
- uses: actions-rs/cargo@v1 - uses: actions-rs/cargo@v1
with: with:
command: fmt command: fmt