Skip to content

introduce cibuildwheel to build workflow #333

introduce cibuildwheel to build workflow

introduce cibuildwheel to build workflow #333

Workflow file for this run

name: Lint-Rustfmt
on:
pull_request:
branches: [ develop ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Rustfmt
run: cargo fmt -- --check --files-with-diff