Skip to content

SQUASH: use muxee/clang-tidy-action #7

SQUASH: use muxee/clang-tidy-action

SQUASH: use muxee/clang-tidy-action #7

Workflow file for this run

workflow "on pull request, lint with clang-tidy " {

Check failure on line 1 in .github/workflows/cppcheck.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/cppcheck.yml

Invalid workflow file

You have an error in your yaml syntax on line 1
on = "pull_request"
resolves = ["clang-tidy"]
}
action "clang-tidy" {
uses = "muxee/clang-tidy-action@master"
secrets = ["GITHUB_TOKEN"]
args = "-checks=*"
}