Skip to content

Update README.md

Update README.md #127

Workflow file for this run

name: Run lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo check
- run: cargo fmt --all -- --check
- run: cargo clippy -- -D warnings