Skip to content

Use ubuntu 20.04

Use ubuntu 20.04 #3

name: clang-format Check
on: [push, pull_request]
jobs:
clang-format-checking:
runs-on: ubuntu-20.04
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"