Skip to content

Commit 6c1cb05

Browse files
committed
Ensure we actually checkout the project
1 parent 302d2af commit 6c1cb05

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/lint-test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ jobs:
88
name: Run linting & tests
99
runs-on: ubuntu-latest
1010
steps:
11+
- name: Checkout code
12+
uses: actions/checkout@v4
13+
1114
- name: Install uv
1215
uses: astral-sh/setup-uv@v6
1316
with:

0 commit comments

Comments
 (0)