From 3ff903d3f8a5d7f494686ad0498ccf72944d5763 Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Thu, 27 Nov 2025 18:13:54 -0800 Subject: [PATCH] Add skin-museum-og lint to CI 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 b21de061..45fb33d4 100644 --- a/turbo.json +++ b/turbo.json @@ -65,6 +65,7 @@ "dependsOn": ["ani-cursor#build", "winamp-eqf#build"] }, "skin-database#lint": {}, + "skin-museum-og#lint": {}, "webamp-modern#lint": {}, "dev": { "cache": false,