Skip to content

fix: sort imports, docstring, refactor common logic #5

fix: sort imports, docstring, refactor common logic

fix: sort imports, docstring, refactor common logic #5

Workflow file for this run

name: Lint
on:
push:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
jobs:
clippy:
name: Clippy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cargo clippy --all-features --tests --benches -- -Dclippy::all -Dclippy::pedantic