Skip to content

Commit

Permalink
ci: use cargo oxlint
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed May 28, 2024
1 parent 7cf7b49 commit dddfcfe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ecosystem-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,10 @@ jobs:
- name: Install Rust
uses: Boshen/setup-rust@main
with:
tools: just
save-cache: ${{ github.ref_name == 'main' }}

- name: Build oxlint
run: just oxlint
run: cargo oxlint

- name: Upload Binary
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit dddfcfe

Please sign in to comment.