Skip to content

Add ARM64 build option #89

Add ARM64 build option

Add ARM64 build option #89

Workflow file for this run

name: rustfmt
on:
pull_request:
jobs:
rustfmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/[email protected]
with:
components: rustfmt
- run: cargo fmt --check