Skip to content

Commit

Permalink
remove clang-format from the CI workflow
Browse files Browse the repository at this point in the history
ASKabalan committed Apr 29, 2024
1 parent 0dd2f8b commit 3f70530
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/formatting.yml
Original file line number Diff line number Diff line change
@@ -19,19 +19,3 @@ jobs:
python -m pip install pre-commit
- name: Run pre-commit
run: python -m pre_commit run --all-files
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/clang-format-action@v4.11.0
with:
clang-format-version: '13'
check-path: ${{ matrix.path }}
fallback-style: 'LLVM' # optional

0 comments on commit 3f70530

Please sign in to comment.