From dee18bf67904d71017be32cd57b69446ae23865d Mon Sep 17 00:00:00 2001 From: shenxianpeng Date: Sun, 15 Aug 2021 18:18:52 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88988ef7..f27b4551 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ jobs: Here is a test repository [cpp-linter-action-demo](https://github.com/shenxianpeng/cpp-linter-action-demo) which has added `cpp-linter.yml`. when an unformatted c/c++ source file was committed and create a Pull Request will automatically recognize and add warning comments. -For example, this PR [#6](https://github.com/shenxianpeng/cpp-linter-action-demo/pull/6), and warning message like below: +For example, this PR [#7](https://github.com/shenxianpeng/cpp-linter-action-demo/pull/7), and warning message like below: ![github-actions bot](https://github.com/shenxianpeng/cpp-linter-action-demo/blob/master/img/result.png?raw=true)