Skip to content

switch to debian for actions #42

switch to debian for actions

switch to debian for actions #42

Workflow file for this run

name: Enforce Clippy lints, including warnings
on: push
# Fail CI on all warnings, including Clippy lints.
env:
RUSTFLAGS: "-Dwarnings"
jobs:
clippy_check:
runs-on: debian-latest
steps:
- uses: actions/checkout@v3
- run: sudo apt-get install libwebkit2gtk-4.0-dev build-essential curl wget file libssl-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev; cargo clippy --features=desktop
- run: cargo clippy --all-targets --features=web