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 302d2af commit 6c1cb05Copy full SHA for 6c1cb05
.github/workflows/lint-test.yaml
@@ -8,6 +8,9 @@ jobs:
8
name: Run linting & tests
9
runs-on: ubuntu-latest
10
steps:
11
+ - name: Checkout code
12
+ uses: actions/checkout@v4
13
+
14
- name: Install uv
15
uses: astral-sh/setup-uv@v6
16
with:
0 commit comments