Skip to content

Commit

Permalink
Enable clang-format-check workflow
Browse files Browse the repository at this point in the history
Enforce clang-format consistency on all new changes.
  • Loading branch information
prashanthswami committed Jan 5, 2024
1 parent 2e576d7 commit be35b1b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/clang-format-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: clang-format
on: [push, pull_request]
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run clang-format style check.
uses: jidicula/[email protected]

0 comments on commit be35b1b

Please sign in to comment.