Skip to content

Commit

Permalink
CI: Clang-format commit changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gdsjaar committed Oct 14, 2024
1 parent 8afaef6 commit b3530d1
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/clang-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,11 @@ jobs:
exclude: 'packages/seacas/doc-source'
extensions: 'c,C,h,cpp'
clangFormatVersion: 18
style: file
style: file
- uses: EndBug/add-and-commit@v9
with:
author_name: Clang-Format Robot
author_email: gsjaardema@gmail.com
message: 'Committing clang-format changes'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b3530d1

Please sign in to comment.