Skip to content

Commit

Permalink
Update clang
Browse files Browse the repository at this point in the history
  • Loading branch information
biologist79 committed Sep 24, 2024
1 parent 5b32bcf commit e81cc21
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/clang-format-check.yml
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

0 comments on commit e81cc21

Please sign in to comment.