Skip to content

fix type, add doc linting #18

fix type, add doc linting

fix type, add doc linting #18

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