We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 845ccd6 commit ff1fc47Copy full SHA for ff1fc47
.github/workflows/ci.yaml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v4
14
- - uses: actions/setup-python@v5
+ - uses: astral-sh/setup-uv@v3
15
- run: make lint
16
- run: make fmt
17
0 commit comments