Skip to content

Commit 3f1344e

Browse files
authored
Update building-ci-checks-with-a-github-app.md
extra example of JSON formatter added.
1 parent 248631a commit 3f1344e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/apps/creating-github-apps/writing-code-for-a-github-app/building-ci-checks-with-a-github-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -937,7 +937,7 @@ The following steps will show you how to test that the code works and view the e
937937
```
938938
939939
1. In the repository where you added the `myfile.rb` file, create a new pull request.
940-
1. In your terminal tab where the server is running, you should see debug output that contains linting errors. The linting errors are printed without any formatting. You can copy and paste your debug output into a web tool like [JSON formatter](https://jsonformatter.org/), to format your JSON output like the following example:
940+
1. In your terminal tab where the server is running, you should see debug output that contains linting errors. The linting errors are printed without any formatting. You can copy and paste your debug output into a web tool like [JSON formatter](https://jsonformatter.org/) or [JSON validator](https://validatejson.com/), to format your JSON output like the following example:
941941
942942
```json
943943
{

0 commit comments

Comments
 (0)