Skip to content

Commit

Permalink
close formatting check
Browse files Browse the repository at this point in the history
  • Loading branch information
onon1101 committed Apr 23, 2024
1 parent f16fa42 commit 1d2b829
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,18 +52,18 @@ jobs:
cmake -B build -DCMAKE_BUILD_TYPE=Debug -G "${{ matrix.config.generator }}"
cmake --build build
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
strategy:
matrix:
path:
- "src"
- "include"
steps:
- uses: actions/checkout@v3
- name: Run clang-format style check for C/C++/Protobuf programs.
uses: jidicula/[email protected]
with:
clang-format-version: "18"
check-path: ${{ matrix.path }}
# formatting-check:
# name: Formatting Check
# runs-on: ubuntu-latest
# strategy:
# matrix:
# path:
# - "src"
# - "include"
# steps:
# - uses: actions/checkout@v3
# - name: Run clang-format style check for C/C++/Protobuf programs.
# uses: jidicula/[email protected]
# with:
# clang-format-version: "18"
# check-path: ${{ matrix.path }}

0 comments on commit 1d2b829

Please sign in to comment.