Skip to content

Remove the multithreaded sieve of Atkin. (#160) #324

Remove the multithreaded sieve of Atkin. (#160)

Remove the multithreaded sieve of Atkin. (#160) #324

Workflow file for this run

name: lint
on:
push:
paths:
- '.github/workflows/lint.yml'
- '**.rs'
workflow_dispatch:
jobs:
lint:
name: lint
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- run: cargo clippy -- --deny clippy::all