Skip to content

Commit

Permalink
update: add rust linter
Browse files Browse the repository at this point in the history
  • Loading branch information
shm11C3 committed Sep 1, 2024
1 parent 1e7f17a commit 323afae
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,19 @@ jobs:
- name: install Rust stable
uses: dtolnay/rust-toolchain@stable

- name: install Rust tool
run: rustup component add clippy

- name: install frontend dependencies
run: npm ci

- name: check front end Lint
run: npm run lint:ci

- name: check back end Lint
run: cargo clippy --all-targets --all-features
working-directory: ./src-tauri

- uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 323afae

Please sign in to comment.