Skip to content

build: Bump sysinfo from 0.35.2 to 0.36.1 #119

build: Bump sysinfo from 0.35.2 to 0.36.1

build: Bump sysinfo from 0.35.2 to 0.36.1 #119

Workflow file for this run

name: clippy
on:
push:
branches:
- main
pull_request:
env:
CARGO_TERM_COLOR: always
RUSTFLAGS: "-Dwarnings"
jobs:
clippy:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- run: cargo clippy --all-targets --all-features