From 8a192615582ce2002c0ce1dccfe2883164bb033d Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Thu, 10 Dec 2020 15:13:57 -0500 Subject: Validate JSON (#322) * maybe * test invalid json * Delete validate.yml * Create main.yml * Update main.yml * Update main.yml * Update main.yml * >:c * maybe * yeet that output * Update main.yml * Update disable.json * optimize? * one more test * thing * Remove dupe lint * fix tested file Co-authored-by: TymanWasTaken <32660892+TymanWasTaken@users.noreply.github.com> --- constants/disable.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'constants') diff --git a/constants/disable.json b/constants/disable.json index 4fcf766f..32d6388f 100644 --- a/constants/disable.json +++ b/constants/disable.json @@ -1,4 +1,4 @@ { "auctions": true, "auctions_new": true -} \ No newline at end of file +} -- cgit