Skip to content

Add clang-format check action #1

Add clang-format check action

Add clang-format check action #1

name: clang-format Check
on: [push, pull_request]
jobs:
clang-format-checking:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: DoozyX/[email protected]
with:
source: 'Client Server Shared'
extensions: 'h,cpp,c,hpp'
clangFormatVersion: 16