Skip to content

Commit 3fac449

Browse files
authored
Create action.yml
1 parent 7f81f8d commit 3fac449

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

action.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: C++ code linter (clang-tidy and cppcheck)
2+
description: Automatically checks pull requests changes with clang-tidy and cppcheck and posts the comment with result.
3+
author: Dmitry Berkut
4+
branding:
5+
icon: alert-circle
6+
color: green
7+
inputs:
8+
env: You must provide GITHUB_TOKEN for this action
9+
runs:
10+
using: bash
11+
main: runchecks.sh

0 commit comments

Comments
 (0)