mirror of https://github.com/zeldaret/tp.git
add clang-format CI check
This commit is contained in:
parent
9e442d11ca
commit
d23b63c7cb
|
@ -0,0 +1,15 @@
|
|||
name: Clang Format Check
|
||||
|
||||
on: pull_request
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: DoozyX/clang-format-lint-action@v0.11
|
||||
with:
|
||||
source: '.'
|
||||
extensions: 'h,cpp'
|
||||
clangFormatVersion: 11
|
Loading…
Reference in New Issue