File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313 matrix :
1414 python-version : [ '3.11', '3.12', '3.13' ]
1515
16- name : build docs on ${{ matrix.python-version }}
16+ name : docs on ${{ matrix.python-version }}
1717 steps :
1818 - uses : actions/checkout@v3
1919 with :
4141 matrix :
4242 python-version : [ '3.11', '3.12', '3.13' ]
4343
44- name : Build dist on ${{ matrix.python-version }}
44+ name : dist on ${{ matrix.python-version }}
4545 steps :
4646 - uses : actions/checkout@v3
4747 with :
Original file line number Diff line number Diff line change 4242 matrix :
4343 python-version : [ '3.11', '3.12', '3.13' ]
4444
45- name : Ruff Formatter on ${{ matrix.python-version }}
45+ name : Ruff on ${{ matrix.python-version }}
4646 steps :
4747 - uses : actions/checkout@v3
4848 with :
Original file line number Diff line number Diff line change 4343 matrix :
4444 python-version : [ '3.11', '3.12', '3.13' ]
4545
46- name : Ruff Linter on ${{ matrix.python-version }}
46+ name : Ruff on ${{ matrix.python-version }}
4747 steps :
4848 - uses : actions/checkout@v3
4949 with :
You can’t perform that action at this time.
0 commit comments