ci(workspace): use selene-light binary to disable roblox lints
This commit is contained in:
parent
eeb4118041
commit
9e81ebb1bf
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
|
|
@ -42,7 +42,8 @@ jobs:
|
||||||
args: --check assets/scripts/ mods/
|
args: --check assets/scripts/ mods/
|
||||||
|
|
||||||
- name: Run Selene
|
- name: Run Selene
|
||||||
uses: NTBBloodbath/selene-action@v1.0.0
|
run: |
|
||||||
with:
|
curl -sL https://github.com/Kampfkarren/selene/releases/download/0.30.1/selene-light-0.30.1-linux.zip -o selene.zip
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
unzip -q selene.zip
|
||||||
args: assets/scripts/ mods/
|
chmod +x selene
|
||||||
|
./selene assets/scripts/ mods/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue