Skip to content

refactor: simplify the input hander #4

refactor: simplify the input hander

refactor: simplify the input hander #4

Workflow file for this run

name: Clippy Check
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
lfs: true
- name: Install just
uses: extractions/setup-just@v2
- name: clippy
run: just lint