Skip to content

Merge branch 'main' of [email protected]:Colorado-School-of-Mines-Roboti… #19

Merge branch 'main' of [email protected]:Colorado-School-of-Mines-Roboti…

Merge branch 'main' of [email protected]:Colorado-School-of-Mines-Roboti… #19

name: clang-format Check
on: [push, pull_request]
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run clang-format style check for all code in the src directory.
uses: jidicula/[email protected]
with:
clang-format-version: '15'
check-path: 'src'