Skip to content

Commit a688c71

Browse files
committed
fix: andd step name and also proper version
1 parent d12f819 commit a688c71

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
name: CI
22

33
on:
4-
push:
54
pull_request:
65
workflow_dispatch:
76

87
jobs:
98
test:
109
runs-on: ubuntu-latest
1110
steps:
12-
- uses: actions/checkout@v4
11+
- name: Clone repo
12+
uses: actions/checkout@v4
1313

1414
- name: Set up uv
15-
uses: astral-sh/setup-uv@6
15+
uses: astral-sh/setup-uv@v6
1616

1717
- name: Run tests
1818
run: uv run pytest --cov

0 commit comments

Comments
 (0)