Skip to content

Commit

Permalink
Try less
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNormalnij committed Oct 26, 2024
1 parent 9fb6d32 commit e1ad797
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/clang-format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
sources: "Client/**/*.h,Client/**/*.hpp,Client/**/*.cpp"
excludes: ""

0 comments on commit e1ad797

Please sign in to comment.