Skip to content

Updated to copy sieves between threads and combine them afterwards. #699

Updated to copy sieves between threads and combine them afterwards.

Updated to copy sieves between threads and combine them afterwards. #699

Workflow file for this run

name: style
on:
push:
paths:
- '.github/workflows/style.yml'
- 'rustfmt.toml'
- '**.rs'
workflow_dispatch:
jobs:
style:
name: style
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- run: cargo fmt -v --check