ci: Don't require fmt to run before typo check and clippy

This commit is contained in:
Jonas Platte
2022-09-05 13:55:31 +02:00
committed by Jonas Platte
parent d009d0475e
commit 8535c16bc8
-2
View File
@@ -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