ci(workspace): use selene-light binary to disable roblox lints

This commit is contained in:
Serkyo 2026-05-12 12:17:55 +02:00
parent eeb4118041
commit 9e81ebb1bf

View file

@ -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/