Skip to content

C++ code linter (clang-tidy and cppcheck)

Actions
Automatically checks pull requests changes with clang-tidy and cppcheck and posts the comment with result
0.0.2
Latest
Star (3)

Github action for linting the C++ code. Uses clang-tidy and cppcheck.

Example of usage:

name: lint

on: [pull_request]
jobs:
  clang-tidy:
    name: clang-tidy
    runs-on: ubuntu-latest
    steps:
      - name: clang-tidy check
        uses: smay1613/clang-tidy-action@master
    env:
        GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

C++ code linter (clang-tidy and cppcheck) is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Automatically checks pull requests changes with clang-tidy and cppcheck and posts the comment with result
0.0.2
Latest

C++ code linter (clang-tidy and cppcheck) is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.