Skip to content

Fix cpu 100% usage of some cores #27

Fix cpu 100% usage of some cores

Fix cpu 100% usage of some cores #27

Workflow file for this run

name: rustfmt
on:
pull_request:
branches: [ "main" ]
jobs:
fmt-check:
name: Check code style
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run rustfmt
run: |
cargo fmt --all -- --check