Skip to content

Put loom behind cfg(oneshot_loom) again #36

Put loom behind cfg(oneshot_loom) again

Put loom behind cfg(oneshot_loom) again #36

Workflow file for this run

---
name: Rust formatting
on:
pull_request:
paths:
- .github/workflows/*.yml
- '**/*.rs'
workflow_dispatch:
jobs:
check-formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rs/[email protected]
with:
toolchain: stable
components: rustfmt
override: true
- name: Check formatting
run: |
rustfmt --version
cargo fmt -- --check