Skip to content

Commit

Permalink
updating clang-format version
Browse files Browse the repository at this point in the history
  • Loading branch information
rvinaybharadwaj committed Sep 6, 2024
1 parent 1382bb9 commit 52a66fa
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/cpp_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,10 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v2

- name: Install setuptools
run: pip install setuptools

- name: Format and Lint C++ Code
uses: DoozyX/[email protected]
with:
source: '.'
extensions: 'cc,cpp,h,hh'
clangFormatVersion: 11
clangFormatVersion: 15
style: file

0 comments on commit 52a66fa

Please sign in to comment.