Skip to content

Commit

Permalink
testing clang format checker
Browse files Browse the repository at this point in the history
  • Loading branch information
hpsaturn committed Feb 3, 2024
1 parent 1fdb6cf commit 7888cf3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/clang_format.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
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/clang-format-action@v4.11.0
with:
clang-format-version: '11'
check-path: 'src'
fallback-style: 'Google' # optional

0 comments on commit 7888cf3

Please sign in to comment.