Skip to content

Update stm32-usbd to 0.7.0 #48

Update stm32-usbd to 0.7.0

Update stm32-usbd to 0.7.0 #48

Workflow file for this run

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