From 7adcf1a498a72ae05ef6c33ad3c769e761b98d2f Mon Sep 17 00:00:00 2001 From: Robert Duncan Date: Sat, 21 Oct 2023 22:44:54 -0700 Subject: [PATCH] chore: update docs test empty html --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cc5aff2..a5ab720 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,11 @@ ## Usage ### Local Testing -1. Change or delete any json files located in /test_files +1. Change or delete any json files located in `/test_files` 2. `bash ./run.sh` ### CI Implementation -Copy the file `.github/workflows/main.yaml` along with its parent directories into the root folder of a custom app. Change the branch on lines 4 and 6 if applicable. Keep the `1` on line 23 to print table diffs or change it to `0` for trees. +Copy the file `.github/workflows/main.yaml` along with its parent directories into the root folder of a custom app. Change the branch on lines 4 and 6 if applicable. Keep the `1` on line 24 to print table diffs or change it to `0` for trees. ## Output Runner terminals will show JSON file names and diff content for any modified files, and names of deleted files. If any schema changes (changed JSON) are present, the workflow will fail.