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 7f81f8d commit 3fac449Copy full SHA for 3fac449
action.yml
@@ -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