Skip to content

dwt: copy DWT management and profiling features from stm32f4xx-hal (#50) #261

dwt: copy DWT management and profiling features from stm32f4xx-hal (#50)

dwt: copy DWT management and profiling features from stm32f4xx-hal (#50) #261

Workflow file for this run

on:
push:
branches: [ master ]
pull_request:
name: rustfmt
jobs:
fmt:
name: Rustfmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check formatting
run: cargo fmt --all -- --check