Skip to content

First draft of a working terminal. #1

First draft of a working terminal.

First draft of a working terminal. #1

Workflow file for this run

name: clippy-check
on:
push:
branches:
- main
pull_request:
env:
RUSTFLAGS: "-Dwarnings"
jobs:
clippy_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cargo clippy --all-targets --all-features