Skip to content

Updated USB-related dependencies #45

Updated USB-related dependencies

Updated USB-related dependencies #45

Workflow file for this run

name: rust format

Check failure on line 1 in .github/workflows/cargo.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/cargo.yml

Invalid workflow file

`check-doc` is not a valid event name
on:
push:
branches: [master]
pull_request:
merge_group:
check-doc:
name: Check Documentation Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: nightly
target: thumbv7em-none-eabihf
- run: cargo doc --features=stm32f303xc
cargo-deny:
name: Cargo Deny
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: EmbarkStudios/cargo-deny-action@v1