From 534cbb7db857fcf5cc9d804a991abbb97198e0b0 Mon Sep 17 00:00:00 2001 From: Donghak PARK Date: Mon, 29 Jan 2024 13:50:45 +0900 Subject: [PATCH] [CI] Update cpp-linter's option - extensions 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 --- .github/workflows/cpp_linter.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/cpp_linter.yml b/.github/workflows/cpp_linter.yml index 5a696a80d9..53512c1253 100644 --- a/.github/workflows/cpp_linter.yml +++ b/.github/workflows/cpp_linter.yml @@ -13,7 +13,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: style: file - extensions: 'cc' version: 16 lines-changed-only: true