From 642fb964d67565ff315dfa0107e3650d53c94fca Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Thu, 27 Nov 2025 18:34:41 -0800 Subject: [PATCH] Add skin-museum-og lint to CI (#1321) The skin-museum-og package has a lint script but it was not included in turbo.json, so it wasn't being checked in CI. This adds the skin-museum-og#lint task to turbo.json so it will be linted along with the other packages. --- turbo.json | 1 + 1 file changed, 1 insertion(+) diff --git a/turbo.json b/turbo.json index dcb221de..2d1ffbc9 100644 --- a/turbo.json +++ b/turbo.json @@ -66,6 +66,7 @@ }, "ani-cursor#lint": {}, "skin-database#lint": {}, + "skin-museum-og#lint": {}, "webamp-modern#lint": {}, "winamp-eqf#lint": {}, "dev": {