ci: fix path pattern. upgrade rust-cache action (#68)

pull/50/head
Fabian-Lars 2 years ago committed by GitHub
parent 2d7bbc8925
commit 66dc508f34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6,14 +6,14 @@ on:
- dev
paths:
- ".github/workflows/lint-rust.yml"
- "plugins/src/**"
- "plugins/*/src/**"
- "**/Cargo.toml"
pull_request:
branches:
- dev
paths:
- ".github/workflows/lint-rust.yml"
- "plugins/src/**"
- "plugins/*/src/**"
- "**/Cargo.toml"
concurrency:
@ -39,7 +39,7 @@ jobs:
with:
components: clippy
- uses: Swatinem/rust-cache@v1
- uses: Swatinem/rust-cache@v2
- name: clippy
run: cargo clippy --workspace --exclude 'tauri-plugin-sql' --all-targets --all-features -- -D warnings

Loading…
Cancel
Save