Skip to content

Commit 5cc9590

Browse files
authored
Update action.yml
1 parent dbace28 commit 5cc9590

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: cpp-linter-action
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)