From 28987d388325539683483e52dcb581bd720bd11b Mon Sep 17 00:00:00 2001 From: Lucas Nogueira Date: Fri, 12 May 2023 12:12:54 -0300 Subject: [PATCH] fix lint ci --- .github/workflows/lint-rust.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/lint-rust.yml b/.github/workflows/lint-rust.yml index f724e838..af0863e7 100644 --- a/.github/workflows/lint-rust.yml +++ b/.github/workflows/lint-rust.yml @@ -43,6 +43,10 @@ jobs: - uses: Swatinem/rust-cache@v2 + - name: create dummy dist + working-directory: examples/api + run: mkdir dist + - name: clippy run: cargo clippy --workspace --exclude 'tauri-plugin-sql' --all-targets --all-features -- -D warnings