Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Ignore hartid in single-hart mode. #141

Ignore hartid in single-hart mode.

Ignore hartid in single-hart mode. #141

Workflow file for this run

on:
push:
branches: [ master ]
pull_request:
merge_group:
name: Code formatting check
jobs:
rustfmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt
- name: Run Rustfmt
run: cargo fmt --all -- --check --verbose