File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ LABEL com.github.actions.description="Lint your code with clang-tidy in parallel
55LABEL com.github.actions.icon="code"
66LABEL com.github.actions.color="gray-dark"
77
8- LABEL repository="https://github.com/ArtificialAmateur /cpp-linter-action"
9- LABEL maintainer="ArtificialAmateur <20297606+ArtificialAmateur @users.noreply.github.com>"
8+ LABEL repository="https://github.com/shenxianpeng /cpp-linter-action"
9+ LABEL maintainer="shenxianpeng <20297606+shenxianpeng @users.noreply.github.com>"
1010
1111WORKDIR /build
1212RUN apt-get update
Original file line number Diff line number Diff line change 1- Github action for linting the C code.
2- Uses clang-tidy, clang-format, and cppcheck.
1+ Github Actions for linting the C/C++ code. Uses clang-tidy, clang-format, and cppcheck.
32
43Example of usage:
4+
55```
66name: c-linter
77
1212 runs-on: ubuntu-latest
1313 steps:
1414 - name: c-linter
15- uses: ArtificialAmateur /clang-tidy-action@master
15+ uses: shenxianpeng /clang-tidy-action@master
1616 env:
1717 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1818```
Original file line number Diff line number Diff line change 11name : C/C++ code linter (clang-tidy, clang-format, and cppcheck)
22description : Automatically checks pull requests changes with clang-tidy, clang-format, and cppcheck and posts the comment with result.
3- author : ArtificialAmateur
3+ author : shenxianpeng
44branding :
55 icon : alert-circle
66 color : green
You can’t perform that action at this time.
0 commit comments