Skip to content

fix: allow cross compilation under builtin flag v2 (#185) #578

fix: allow cross compilation under builtin flag v2 (#185)

fix: allow cross compilation under builtin flag v2 (#185) #578

Workflow file for this run

on:
push:
branches:
- main
pull_request:
name: Cargo Format
jobs:
fmt:
name: Cargo Format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@v1
with:
toolchain: nightly
components: rustfmt
- run: cargo fmt --all -- --check