Skip to content

Commit

Permalink
try fix rust check ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-Laux committed Jan 9, 2025
1 parent 5a8afeb commit 61e08ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust-tauri-lint.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Code Checks for rust part of delta tauri

on:
commit:
pull_request:
paths:
- packages/target-tauri/**

Expand All @@ -18,8 +18,8 @@ jobs:
override: true
- run: rustup component add rustfmt
- uses: actions-rs/cargo@v1
working-directory: packages/target-tauri/src-tauri
with:
working-directory: packages/target-tauri/src-tauri
command: fmt
args: --all -- --check

Expand All @@ -33,7 +33,7 @@ jobs:
components: clippy
override: true
- uses: actions-rs/clippy-check@v1
working-directory: packages/target-tauri/src-tauri
with:
working-directory: packages/target-tauri/src-tauri
token: ${{ secrets.GITHUB_TOKEN }}
args: --workspace --tests --examples

0 comments on commit 61e08ad

Please sign in to comment.