Skip to content

Add TUI concept to the sysinspect #283

Add TUI concept to the sysinspect

Add TUI concept to the sysinspect #283

on:
push:
branches:
- "master"
pull_request:
name: Insanity check
jobs:
clippy_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: rustup component add clippy
- run: make check