- Notifications
You must be signed in to change notification settings - Fork7
A GitHub Action to run a cpplint command when new code is pushed into your repo
License
NotificationsYou must be signed in to change notification settings
cpplint/GitHub-Action-for-cpplint
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Each time that new code is pushed into your repo, you can have acpplint command automatically run.
Example workflow:
- Put the following text into a file named
.github/main.workflowin your repo):
workflow"on push" {on="push"resolves=["GitHub Action for cpplint"]}action"GitHub Action for cpplint" {uses="cclauss/GitHub-Action-for-cpplint@master"args="cpplint --recursive ."}
Or to add other cpplint options toargs = above.
Syntax: cpplint.py [--verbose=#] [--output=emacs|eclipse|vs7|junit] [--filter=-x,+y,...] [--counting=total|toplevel|detailed] [--repository=path] [--root=subdir] [--linelength=digits] [--recursive] [--exclude=path] [--headers=ext1,ext2] [--extensions=hpp,cpp,...] <file> [file] ...About
A GitHub Action to run a cpplint command when new code is pushed into your repo
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors4
Uh oh!
There was an error while loading.Please reload this page.