From 8535c16bc896736a2edd601fa58c76e53dd6e877 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Mon, 5 Sep 2022 13:55:31 +0200 Subject: [PATCH] ci: Don't require fmt to run before typo check and clippy --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8cc41c77b..ab06cebb0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -308,7 +308,6 @@ jobs: typos: name: Spell Check with Typos - needs: [style] runs-on: ubuntu-latest if: github.event_name == 'push' || !github.event.pull_request.draft @@ -321,7 +320,6 @@ jobs: clippy: name: Run clippy - needs: [style] runs-on: ubuntu-latest if: github.event_name == 'push' || !github.event.pull_request.draft