From 0464f7d95b048bf5c4949a96ccdc9b5e529c841d Mon Sep 17 00:00:00 2001 From: Berkus Decker Date: Sun, 27 Mar 2022 22:13:56 +0300 Subject: [PATCH] =?UTF-8?q?build(ci):=20=F0=9F=9B=A0=20depend=20all=20CI?= =?UTF-8?q?=20steps=20on=20check=5Fformatting?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0fa3fe2..88fe112 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,8 +7,18 @@ on: pull_request: jobs: + check_formatting: + name: "Check Formatting" + runs-on: ubuntu-latest + timeout-minutes: 2 + steps: + - uses: actions/checkout@v1 + - run: rustup toolchain install nightly --profile minimal --component rustfmt + - run: cargo +nightly fmt -- --check + test: name: Test + needs: check_formatting strategy: matrix: @@ -118,17 +128,9 @@ jobs: run: env QEMU_MACHINE=raspi3 cargo make test if: runner.os != 'macOS' - check_formatting: - name: "Check Formatting" - runs-on: ubuntu-latest - timeout-minutes: 2 - steps: - - uses: actions/checkout@v1 - - run: rustup toolchain install nightly --profile minimal --component rustfmt - - run: cargo +nightly fmt -- --check - clippy: name: "Clippy" + needs: check_formatting strategy: matrix: features: [