Skip to content

Use scoped threads for parallelism #349

Use scoped threads for parallelism

Use scoped threads for parallelism #349

Workflow file for this run

name: rustfmt
on: [push, pull_request]
jobs:
rustfmt:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: Install stable toolchain with rustfmt availableA
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
components: rustfmt
- name: Rustfmt Check
uses: actions-rust-lang/rustfmt@v1