Skip to content

Commit

Permalink
[ci] Run clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
spacey-sooty committed Sep 2, 2024
1 parent c9ba3f5 commit 336607b
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,25 @@ jobs:
run: pnpm install
- name: Build
run: pnpm tauri build

clippy:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Install Linux dependencies
run: |
sudo apt-get update -q
sudo apt-get install -y \
build-essential \
curl \
file \
libayatana-appindicator3-dev \
libgtk-3-dev \
librsvg2-dev \
libssl-dev \
libwebkit2gtk-4.0-dev \
libudev-dev \
wget
- name: Run cargo clippy
working-directory: src-tauri
run: cargo clippy --all

0 comments on commit 336607b

Please sign in to comment.