Skip to content

Fix build issues on STM32H7 with ARM GNU toolchain #368

Fix build issues on STM32H7 with ARM GNU toolchain

Fix build issues on STM32H7 with ARM GNU toolchain #368

Workflow file for this run

name: Code Formatting Check
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
format-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Clang Format
run: sudo apt install clang-format-12
- name: Run clang format
run: ./format.sh -d