Skip to content

Commit

Permalink
try fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-Laux committed Jan 9, 2025
1 parent 61e08ad commit 5bd92f2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/rust-tauri-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,15 @@ jobs:
- run: rustup component add rustfmt
- uses: actions-rs/cargo@v1
with:
working-directory: packages/target-tauri/src-tauri
cwd: packages/target-tauri/src-tauri
command: fmt
args: --all -- --check

run_clippy:
runs-on: ubuntu-latest
defaults:
run:
working-directory: packages/target-tauri/src-tauri
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
Expand All @@ -34,6 +37,5 @@ jobs:
override: true
- uses: actions-rs/clippy-check@v1
with:
working-directory: packages/target-tauri/src-tauri
token: ${{ secrets.GITHUB_TOKEN }}
args: --workspace --tests --examples

0 comments on commit 5bd92f2

Please sign in to comment.