diff --git a/.github/workflows/clang-format-check.yml b/.github/workflows/clang-format-check.yml index 962845a9b7..8a8cadbc20 100644 --- a/.github/workflows/clang-format-check.yml +++ b/.github/workflows/clang-format-check.yml @@ -2,10 +2,11 @@ name: clang-format Check on: [push, pull_request] jobs: clang-format-checking: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: RafikFarhad/clang-format-github-action@v3 with: style: file - sources: "Client/**/*.h,Client/**/*.hpp,Client/**/*.cpp,Server/**/*.h,Server/**/*.hpp,Server/**/*.cpp,Shared/**/*.h,Shared/**/*.hpp,Shared/**/*.cpp" \ No newline at end of file + sources: "Client/**/*.h,Client/**/*.hpp,Client/**/*.cpp" + excludes: "" \ No newline at end of file