Skip to content

Commit

Permalink
[CI] Update cpp-linter's option - extensions
Browse files Browse the repository at this point in the history
update cpp-linter action's option
- extensions : cc only -> defualt option

below is cpp-linter's defualt Option & Description

```
extensions
Description: The file extensions to run the action against. This is a comma-separated string.
Default: 'c,h,C,H,cpp,hpp,cc,hh,c++,h++,cxx,hxx'
```

**Self evaluation:**
1. Build test:	 [X]Passed [ ]Failed [ ]Skipped
2. Run test:	 [X]Passed [ ]Failed [ ]Skipped

Signed-off-by: Donghak PARK <[email protected]>
  • Loading branch information
DonghakPark authored and jijoongmoon committed Feb 2, 2024
1 parent 4e9fafb commit 534cbb7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/cpp_linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
style: file
extensions: 'cc'
version: 16
lines-changed-only: true

Expand Down

0 comments on commit 534cbb7

Please sign in to comment.