Skip to content

fix action by installing dependencies #44

fix action by installing dependencies

fix action by installing dependencies #44

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: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: sudo apt-get install javascriptcoregtk-4.1 libsoup-3.0 webkit2gtk-4.1; cargo clippy --features=desktop
- run: cargo clippy --all-targets --features=web