Skip to content

Commit

Permalink
do check
Browse files Browse the repository at this point in the history
  • Loading branch information
jr1221 committed Jun 18, 2024
1 parent a8d8b3a commit b496d47
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ jobs:
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: '17'
format-filepath: "$GITHUB_WORKSPACE/Drivers/Embedded-Base/clang-format"
check_path: "Core/"
format-filepath: "./Drivers/Embedded-Base/clang-format"

0 comments on commit b496d47

Please sign in to comment.