Skip to content

feat: #22 ✨ Fix errors reported by linter (/clippy) #214

feat: #22 ✨ Fix errors reported by linter (/clippy)

feat: #22 ✨ Fix errors reported by linter (/clippy) #214

Workflow file for this run

name: Run linter
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Rust
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: stable
- name: Run Linter
run: cargo clippy