Skip to content

Add ARM64 build option #90

Add ARM64 build option

Add ARM64 build option #90

Workflow file for this run

name: rustfmt
on:
pull_request:
jobs:
rustfmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@1.71.1
with:
components: rustfmt
- run: cargo fmt --check