perf(ci): use pre-compiled version of selene

main
Scott McKendry 2024-06-23 11:27:15 +12:00
parent 73604433ef
commit 7a202fef6d
1 changed files with 5 additions and 5 deletions

View File

@ -22,12 +22,12 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Install Selene
run: cargo install selene
- name: Run Selene - name: Run Selene
run: selene --display-style quiet --config ./.selene.toml lua uses: AlejandroSuero/selene-linter-action@v1.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --display-style=quiet --config .selene.toml .
version: 0.27.1
codespell: codespell:
runs-on: ubuntu-latest runs-on: ubuntu-latest