Update release.yml

This commit is contained in:
Thomas Schönauer
2022-10-31 17:27:16 +00:00
committed by GitHub
parent 381f13fe9c
commit 1bdc948a81

View File

@@ -19,11 +19,6 @@ jobs:
profile: minimal
override: true
components: rustfmt, clippy
- uses: actions-rs/cargo@v1.0.1
name: Check format
with:
command: fmt
args: --all -- --check
- uses: actions-rs/cargo@v1.0.1
name: Run clippy
with: