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/
|
||||
|
||||
- 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/
|
||||
|
|
|
|||
Loading…
Reference in a new issue