Skip to content

A GitHub action to automatically execute a Clang Tidy linter on C/C++ files changed in a pull request.

License

Notifications You must be signed in to change notification settings

muxee/clang-tidy-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clang Tidy Action

Version License

A GitHub action to automatically execute a Clang Tidy linter on C/C++ files changed in a pull request.

Usage

workflow "on pull request, lint with clang-tidy " {
  on = "pull_request"
  resolves = ["clang-tidy"]
}

action "clang-tidy" {
  uses = "muxee/clang-tidy-action@master"
  secrets = ["GITHUB_TOKEN"]

  args = "-checks=*"
}

Please see the official documentation for more information

About

A GitHub action to automatically execute a Clang Tidy linter on C/C++ files changed in a pull request.

Resources

License

Stars

Watchers

Forks

Packages

No packages published