We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbace28 commit 5cc9590Copy full SHA for 5cc9590
action.yml
@@ -2,8 +2,8 @@ name: cpp-linter-action
2
description: Automatically checks pull requests changes with clang-tidy, clang-format, and cppcheck and posts the comment with result.
3
author: shenxianpeng
4
branding:
5
- icon: alert-circle
6
- color: green
+ icon: 'check-circle'
+ color: 'green'
7
runs:
8
using: 'docker'
9
image: 'Dockerfile'
0 commit comments