|
5 | 5 |
|
6 | 6 | # C/C++ Lint Action <sub><sup>| clang-format & clang-tidy</sup></sub>
|
7 | 7 |
|
8 |
| - |
| 8 | + |
9 | 9 | [](https://github.com/marketplace/actions/c-c-lint-action)
|
10 |
| -[](https://github.com/shenxianpeng/cpp-linter-action/actions/workflows/cpp-linter.yml) |
11 |
| -[](https://github.com/shenxianpeng/cpp-linter-action/actions/workflows/mkdocs-deploy.yml) |
12 |
| - |
13 |
| -[](https://gitpod.io/#https://github.com/shenxianpeng/cpp-linter-action) |
| 10 | +[](https://github.com/cpp-linter/cpp-linter-action/actions/workflows/cpp-linter.yml) |
| 11 | +[](https://github.com/cpp-linter/cpp-linter-action/actions/workflows/mkdocs-deploy.yml) |
| 12 | + |
| 13 | +[](https://gitpod.io/#https://github.com/cpp-linter/cpp-linter-action) |
14 | 14 |
|
15 | 15 | A Github Action for linting C/C++ code integrating clang-tidy and clang-format to collect feedback provided in the form of thread comments and/or annotations.
|
16 | 16 |
|
17 | 17 | ## Usage
|
18 | 18 |
|
19 |
| -Create a new GitHub Actions workflow in your project, e.g. at [.github/workflows/cpp-linter.yml](https://github.com/shenxianpeng/cpp-linter-action/blob/master/.github/workflows/cpp-linter.yml) |
| 19 | +Create a new GitHub Actions workflow in your project, e.g. at [.github/workflows/cpp-linter.yml](https://github.com/cpp-linter/cpp-linter-action/blob/master/.github/workflows/cpp-linter.yml) |
20 | 20 |
|
21 | 21 | The content of the file should be in the following format.
|
22 | 22 |
|
|
35 | 35 | runs-on: ubuntu-latest
|
36 | 36 | steps:
|
37 | 37 | - uses: actions/checkout@v3
|
38 |
| - - uses: shenxianpeng/cpp-linter-action@v1 |
| 38 | + - uses: cpp-linter/cpp-linter-action@v1 |
39 | 39 | id: linter
|
40 | 40 | env:
|
41 | 41 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
@@ -166,7 +166,7 @@ jobs:
|
166 | 166 | directory: ${{ runner.temp }}/llvm
|
167 | 167 |
|
168 | 168 | - name: Install linter python package
|
169 |
| - run: python3 -m pip install git+https://github.com/shenxianpeng/cpp-linter-action@v1 |
| 169 | + run: python3 -m pip install git+https://github.com/cpp-linter/cpp-linter-action@v1 |
170 | 170 |
|
171 | 171 | - name: run linter as a python package
|
172 | 172 | id: linter
|
@@ -205,17 +205,17 @@ You can show C/C++ Lint Action status with a badge in your repository README
|
205 | 205 | Example
|
206 | 206 |
|
207 | 207 | ```markdown
|
208 |
| -[](https://github.com/shenxianpeng/cpp-linter-action/actions/workflows/cpp-linter.yml) |
| 208 | +[](https://github.com/cpp-linter/cpp-linter-action/actions/workflows/cpp-linter.yml) |
209 | 209 | ```
|
210 | 210 |
|
211 |
| -[](https://github.com/shenxianpeng/cpp-linter-action/actions/workflows/cpp-linter.yml) |
| 211 | +[](https://github.com/cpp-linter/cpp-linter-action/actions/workflows/cpp-linter.yml) |
212 | 212 |
|
213 | 213 | ## Have question or feedback?
|
214 | 214 |
|
215 |
| -To provide feedback (requesting a feature or reporting a bug) please post to [issues](https://github.com/shenxianpeng/cpp-linter-action/issues). |
| 215 | +To provide feedback (requesting a feature or reporting a bug) please post to [issues](https://github.com/cpp-linter/cpp-linter-action/issues). |
216 | 216 |
|
217 | 217 | ## License
|
218 | 218 |
|
219 |
| -The scripts and documentation in this project are released under the [MIT License](https://github.com/shenxianpeng/cpp-linter-action/blob/master/LICENSE) |
| 219 | +The scripts and documentation in this project are released under the [MIT License](https://github.com/cpp-linter/cpp-linter-action/blob/master/LICENSE) |
220 | 220 |
|
221 | 221 | <!--footer-end-->
|
0 commit comments