Skip to content

Commit

Permalink
updating cpp_lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rvinaybharadwaj committed Sep 6, 2024
1 parent eea44af commit 1382bb9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/cpp_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@ jobs:

steps:
- name: Checkout Code
- uses: actions/checkout@v2
- run: |
pip install setuptools
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
style: file
style: file

0 comments on commit 1382bb9

Please sign in to comment.