From 8a4f86469c84a0b26bc78d3a87c599dcc2a6b624 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Fri, 23 Apr 2021 20:24:47 +0000 Subject: fix: Just about everything --- .github/workflows/rust.yml | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 40ad2b0..c2c45e1 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -1,4 +1,4 @@ -name: Rust ✅ +name: Rust ✅/ 🚫 on: push: @@ -13,5 +13,19 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - run: cargo check + - name: Checkout 🛒 + uses: actions/checkout@v2 + + - name: Toolchain 🧰 + uses: actions-rs/toolchain@v1 + with: + profile: minimal + toolchain: nightly-2021-02-20 + components: rustfmt, clippy + override: true + + - name: Check ✅/ 🚫 + uses: actions-rs/cargo@v1 + continue-on-error: false + with: + command: check -- cgit v1.2.3