Skip to content

update check list

update check list #26

Workflow file for this run

name: lint
on:
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
components: clippy
- run: cargo doc --no-deps
- run: cargo clippy -v