Skip to content

Commit

Permalink
chore: use uv in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
monosans committed Oct 2, 2024
1 parent 839d750 commit 1637ae9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: pipx run pre-commit run --all-files
- uses: astral-sh/setup-uv@v3
- run: uv tool run --from pre-commit@latest --with pre-commit-uv --no-cache --python 3.12 pre-commit run --all-files
run-rustfmt:
if: ${{ !startsWith(github.ref, 'refs/tags/') }}
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1637ae9

Please sign in to comment.