Skip to content

remove style

remove style #5

name: clang-format Check
on: [push, pull_request]
jobs:
clang-format-checking:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: RafikFarhad/clang-format-github-action@v3
with:
sources: "Client/**/*.h,Client/**/*.hpp,Client/**/*.cpp"