From 09da1401b394eb82d72c1fdde3ed45195e1a66bf Mon Sep 17 00:00:00 2001 From: Lezend <31857579+thelezend@users.noreply.github.com> Date: Sun, 15 Sep 2024 17:30:58 +0530 Subject: [PATCH] change workflow to lint first --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 91f183a..44fdd5c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,6 +28,7 @@ jobs: run: cargo doc --no-deps --document-private-items build: + needs: lint strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest]