From 9e81ebb1bfe06b3789b0f74bc7516eaeff97a47b Mon Sep 17 00:00:00 2001 From: Serkyo Date: Tue, 12 May 2026 12:17:55 +0200 Subject: [PATCH] ci(workspace): use selene-light binary to disable roblox lints --- .github/workflows/ci.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2685183..9295477 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,8 @@ jobs: args: --check assets/scripts/ mods/ - name: Run Selene - uses: NTBBloodbath/selene-action@v1.0.0 - with: - token: ${{ secrets.GITHUB_TOKEN }} - args: assets/scripts/ mods/ + run: | + curl -sL https://github.com/Kampfkarren/selene/releases/download/0.30.1/selene-light-0.30.1-linux.zip -o selene.zip + unzip -q selene.zip + chmod +x selene + ./selene assets/scripts/ mods/