File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 20
20
with :
21
21
ref : ${{ github.head_ref }}
22
22
fetch-depth : 0
23
- - uses : ./.github/actions/python-package-shared-setup
23
+ - uses : ./.github/actions
24
24
with :
25
25
python-version : 3.12
26
26
- name : Format
60
60
with :
61
61
ref : ${{ github.head_ref }}
62
62
fetch-depth : 0
63
- - uses : ./.github/actions/python-package-shared-setup
63
+ - uses : ./.github/actions
64
64
with :
65
65
python-version : 3.12
66
66
- name : Create readme
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- uses : actions/checkout@v4
17
- - uses : ./.github/actions/python-package-shared-setup
17
+ - uses : ./.github/actions
18
18
with :
19
19
python-version : 3.12
20
20
- name : Create readme
You can’t perform that action at this time.
0 commit comments