Skip to content

Commit af7706d

Browse files
committed
Update action.yml, readme and dockerfile
1 parent 6281cc1 commit af7706d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ LABEL com.github.actions.description="Lint your code with clang-tidy in parallel
55
LABEL com.github.actions.icon="code"
66
LABEL 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

1111
WORKDIR /build
1212
RUN apt-get update

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

43
Example of usage:
4+
55
```
66
name: c-linter
77
@@ -12,7 +12,7 @@ jobs:
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
```

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: C/C++ code linter (clang-tidy, clang-format, and cppcheck)
22
description: Automatically checks pull requests changes with clang-tidy, clang-format, and cppcheck and posts the comment with result.
3-
author: ArtificialAmateur
3+
author: shenxianpeng
44
branding:
55
icon: alert-circle
66
color: green

0 commit comments

Comments
 (0)