Commit 73439f2 1 parent 6de2656 commit 73439f2 Copy full SHA for 73439f2
File tree 3 files changed +15
-0
lines changed
3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 15
15
16
16
# Steps represent a sequence of tasks that will be executed as part of the job
17
17
steps :
18
+ - name : Checkout [${{ github.repository }}]
19
+ uses : actions/checkout@v4
20
+
18
21
- uses : cvxgrp/.github/actions/uv/test@main
19
22
with :
20
23
python-version : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 15
15
test :
16
16
runs-on : ubuntu-latest
17
17
steps :
18
+ - name : Checkout [${{ github.repository }}]
19
+ uses : actions/checkout@v4
20
+
18
21
- uses : cvxgrp/.github/actions/uv/coverage@main
19
22
20
23
- name : Coveralls GitHub Action
26
29
deptry :
27
30
runs-on : ubuntu-latest
28
31
steps :
32
+ - name : Checkout [${{ github.repository }}]
33
+ uses : actions/checkout@v4
34
+
29
35
- uses : cvxgrp/.github/actions/uv/deptry@main
Original file line number Diff line number Diff line change 8
8
build :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
+ - name : Checkout [${{ github.repository }}]
12
+ uses : actions/checkout@v4
13
+
11
14
- uses : cvxgrp/.github/actions/uv/build@main
12
15
13
16
deploy :
20
23
id-token : write
21
24
22
25
steps :
26
+ - name : Checkout [${{ github.repository }}]
27
+ uses : actions/checkout@v4
28
+
23
29
- uses : cvxgrp/.github/actions/publish@main
You can’t perform that action at this time.
0 commit comments