-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
biologist79
committed
Sep 24, 2024
1 parent
5b32bcf
commit e81cc21
Showing
1 changed file
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
name: clang-format-check | ||
run-name: Clang-format Check | ||
on: [workflow_dispatch, push, pull_request] | ||
jobs: | ||
formatting-check: | ||
name: Formatting Check | ||
runs-on: ubuntu-latest | ||
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: '16' | ||
check-path: 'src' | ||
fallback-style: 'LLVM' # optional | ||
name: clang-format-check | ||
run-name: Clang-format Check | ||
on: [workflow_dispatch, push, pull_request] | ||
jobs: | ||
formatting-check: | ||
name: Formatting Check | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Run clang-format style check for C/C++/Protobuf programs. | ||
uses: jidicula/clang-format-action@v4.13.0 | ||
with: | ||
clang-format-version: '16' | ||
check-path: 'src' | ||
fallback-style: 'LLVM' # optional |