File tree 3 files changed +14
-148
lines changed
3 files changed +14
-148
lines changed Original file line number Diff line number Diff line change @@ -33,11 +33,14 @@ jobs:
33
33
with :
34
34
enable-cache : true
35
35
- run : uv python install ${{ matrix.python_version }}
36
- - run : uvx nox -s test
36
+ - uses : extractions/setup-just@v2
37
+
38
+ - run : just test
39
+
37
40
- name : Upload coverage reports to Codecov
38
41
39
42
with :
40
- files : ./coverage.xml,!./nox
43
+ files : ./coverage.xml
41
44
env_vars : PYTHON
42
45
use_oidc : true
43
46
fail_ci_if_error : true
Original file line number Diff line number Diff line change 17
17
with :
18
18
enable-cache : true
19
19
- run : uv python install ${{ env.PYTHON_VERSION }}
20
- - run : uvx nox -s lint
20
+ - uses : extractions/setup-just@v2
21
+
22
+ - run : just lint
21
23
check-lockfile :
22
24
runs-on : ubuntu-latest
23
25
steps :
26
28
with :
27
29
enable-cache : true
28
30
- run : uv python install ${{ env.PYTHON_VERSION }}
29
- - run : uvx nox -s lockfile
31
+ - uses : extractions/setup-just@v2
32
+
33
+ - run : just check-lockfile
30
34
type-check :
31
35
runs-on : ubuntu-latest
32
36
steps :
35
39
with :
36
40
enable-cache : true
37
41
- run : uv python install ${{ env.PYTHON_VERSION }}
38
- - run : uvx nox -s mypy
42
+ - uses : extractions/setup-just@v2
43
+
44
+ - run : just type-check
39
45
spellcheck :
40
46
runs-on : ubuntu-latest
41
47
steps :
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments