Skip to content

Commit

Permalink
create clang-format-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cameron-goddard authored Dec 10, 2023
1 parent a2d08d7 commit cc4bd46
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/clang-format-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: clang-format Check
on: [push, pull_request]
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run clang-format style check for C/C++/Protobuf programs.
uses: jidicula/[email protected]
with:
clang-format-version: '13'
check-path: 'src'

0 comments on commit cc4bd46

Please sign in to comment.