Skip to content

Commit

Permalink
add iced cargo lints in place of clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
genusistimelord committed Jun 27, 2024
1 parent 32814bf commit 4faf414
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,10 @@ jobs:
rust-version: stable
components: clippy
- uses: actions/checkout@master
- name: Lint with clippy
run: cargo clippy --all -- -D warnings --verbose
- name: Install dependencies
run: |
export DEBIAN_FRONTED=noninteractive
sudo apt-get -qq update
sudo apt-get install -y libxkbcommon-dev libgtk-3-dev
- name: Check lints
run: cargo lint

0 comments on commit 4faf414

Please sign in to comment.