diff --git a/.github/workflows/format-check.yml b/.github/workflows/format-check.yml index 3472d99..acba58d 100644 --- a/.github/workflows/format-check.yml +++ b/.github/workflows/format-check.yml @@ -13,7 +13,7 @@ jobs: - name: Run clang-format style check for C/C++ sources uses: Northeastern-Electric-Racing/clang-format-action@main with: - clang-format-version: '17' + clang-format-version: '18' # only check core, embedded base covered internally check-path: "Core/" # use the clang-format from embedded base