Skip to content

Commit

Permalink
perf(ci): use pre-compiled version of selene
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmckendry committed Jun 22, 2024
1 parent 7360443 commit 7a202fe
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Install Selene
run: cargo install selene

- name: Run Selene
run: selene --display-style quiet --config ./.selene.toml lua
uses: AlejandroSuero/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --display-style=quiet --config .selene.toml .
version: 0.27.1

codespell:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7a202fe

Please sign in to comment.