Skip to content

Merge branch 'main' of https://github.com/Northeastern-Electric-Racin… #121

Merge branch 'main' of https://github.com/Northeastern-Electric-Racin…

Merge branch 'main' of https://github.com/Northeastern-Electric-Racin… #121

Workflow file for this run

name: Code Style Check
on: [push]
jobs:
formatting-check:
name: Check format of C
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Run clang-format style check for C/C++ sources
uses: Northeastern-Electric-Racing/clang-format-action@main
with:
clang-format-version: '18'
# exclude vl6180x
# use the clang-format from embedded base
format-filepath: "./clang-format"