ci(rust): improve workflow

This commit is contained in:
EdJoPaTo
2021-10-24 03:21:11 +02:00
parent 9f463b70d1
commit 8e5a57bd8e
2 changed files with 37 additions and 30 deletions
+2 -2
View File
@@ -9,8 +9,6 @@ jobs:
name: Rustfmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Rust
uses: actions-rs/toolchain@v1
with:
@@ -19,6 +17,8 @@ jobs:
profile: minimal
components: rustfmt
- uses: actions/checkout@v2
- name: Check format
uses: actions-rs/cargo@v1
with: