Skip to content

Fix warnings introduced in cargo clippy 1.84.0 #102

Fix warnings introduced in cargo clippy 1.84.0

Fix warnings introduced in cargo clippy 1.84.0 #102

Workflow file for this run

name: codespell
on:
pull_request:
push:
branches:
- main
schedule:
- cron: '48 20 * * 4'
jobs:
codespell:
name: codespell
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: python3 -m pip install codespell
- run: codespell