Skip to content

Commit

Permalink
Adding clang-format-lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jchen351 committed Jan 22, 2024
1 parent 35db95d commit 87d332b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/clang-format-lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: clang-format-lint
on:
push: {}
pull_request: {}

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: DoozyX/[email protected]
with:
source: './src ./test'
extensions: 'h,cpp'
clangFormatVersion: 17
style: Google

0 comments on commit 87d332b

Please sign in to comment.