mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 06:54:28 -04:00
add clang-format CI check
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user