From 3f1344e88d8b450d1d8f99f9ead4ed9e362d3de0 Mon Sep 17 00:00:00 2001 From: tusharagit Date: Sat, 23 Aug 2025 02:57:28 +0530 Subject: [PATCH] Update building-ci-checks-with-a-github-app.md extra example of JSON formatter added. --- .../building-ci-checks-with-a-github-app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/apps/creating-github-apps/writing-code-for-a-github-app/building-ci-checks-with-a-github-app.md b/content/apps/creating-github-apps/writing-code-for-a-github-app/building-ci-checks-with-a-github-app.md index 33e798494944..2f89c8e6b066 100644 --- a/content/apps/creating-github-apps/writing-code-for-a-github-app/building-ci-checks-with-a-github-app.md +++ b/content/apps/creating-github-apps/writing-code-for-a-github-app/building-ci-checks-with-a-github-app.md @@ -937,7 +937,7 @@ The following steps will show you how to test that the code works and view the e ``` 1. In the repository where you added the `myfile.rb` file, create a new pull request. -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: +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: ```json {