Skip to content

Commit

Permalink
Install selene from cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanLua committed Dec 28, 2023
1 parent 69e59ba commit 783d487
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Selene
uses: ok-nick/setup-aftman@v0.4.2
with:
cache: true
token: ${{ secrets.GITHUB_TOKEN }}
- name: Run Selene
run: selene src
uses: baptiste0928/cargo-install@v2.2.0
with:
crate: selene
args: src
style:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 783d487

Please sign in to comment.