Skip to content

feat(IW3 MP): add SetStance GSC player method #31

feat(IW3 MP): add SetStance GSC player method

feat(IW3 MP): add SetStance GSC player method #31

name: clang-format Check
on:
pull_request:
paths:
- "src/**"
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run clang-format style check for C/C++/Protobuf programs.
uses: jidicula/clang-format-action@v4.15.0
with:
clang-format-version: "20"
check-path: "src"