Skip to content

Commit d089d34

Browse files
author
shenxianpeng
committed
Merge branch 'master' into develop
2 parents 46a0016 + 58f2e9d commit d089d34

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# cpp-linter-action
1+
# C/C++ Lint Action
22

33
Github Actions for linting the C/C++ code. Integrated clang-tidy, clang-format, and Cppcheck checks.
44

action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: C/C++ code linter (clang-tidy, clang-format, and Cppcheck)
22
description: Automatically checks pull requests changes with clang-tidy, clang-format, and Cppcheck and posts the comment with result.
33
author: shenxianpeng
44
branding:
5-
icon: alert-circle
6-
color: green
5+
icon: 'check-circle'
6+
color: 'green'
77
runs:
88
using: 'docker'
99
image: 'Dockerfile'

0 commit comments

Comments
 (0)