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 2749ab4 commit bf30a08Copy full SHA for bf30a08
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
if: startsWith(github.ref, 'refs/tags/') != true
15
steps:
16
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
17
- uses: astral-sh/setup-uv@v7
18
- run: uv run --frozen pyright
19
- run: uv run --frozen ruff check
@@ -26,7 +26,7 @@ jobs:
26
id-token: write
27
contents: write
28
29
30
with:
31
fetch-depth: 0
32
0 commit comments