Skip to content

Commit

Permalink
attempt a format check
Browse files Browse the repository at this point in the history
  • Loading branch information
jr1221 committed Jun 18, 2024
1 parent b65e2c5 commit ab3f3c7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/format-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Code Style Check

on: [push]

jobs:
formatting-check:
name: Check format of C
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run clang-format style check for C/C++ sources
uses: Northeastern-Electric-Racing/clang-format-action@main
with:
clang-format-version: '17'
format-filepath: "./Drivers/Embedded-Base/clang_format"

0 comments on commit ab3f3c7

Please sign in to comment.