Skip to content

Add current system analyser #58

Add current system analyser

Add current system analyser #58

Workflow file for this run

on:
push:
branches:
- "master"
pull_request:
name: (In)sanity check
jobs:
clippy_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: rustup component add clippy
- run: cargo clippy --workspace -- -Dwarnings