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/