Skip to content

Commit

Permalink
add clang-format-lint github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cieslarmichal authored Nov 10, 2023
1 parent 6b8d51c commit d103f0a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/clang-format-lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: clang-format-lint

on:
pull_request:

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: DoozyX/[email protected]
with:
source: '.'
exclude: './externals'
extensions: 'h,cpp'
clangFormatVersion: 15

0 comments on commit d103f0a

Please sign in to comment.