File tree Expand file tree Collapse file tree 4 files changed +14
-51
lines changed
Expand file tree Collapse file tree 4 files changed +14
-51
lines changed Original file line number Diff line number Diff line change 66
77jobs :
88 build :
9- runs-on : ' ubuntu-latest'
109 strategy :
10+ fail-fast : false
1111 matrix :
1212 python-version : ['3.12']
13-
13+ runner :
14+ - ' ubuntu-latest'
15+ - ' self-hosted'
16+
17+ runs-on : ${{ matrix.runner }}
1418 steps :
1519 - uses : ' actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744' # ratchet:actions/checkout@v3
1620 - name : ' Set up Python ${{ matrix.python-version }}'
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 55
66jobs :
77 check :
8- runs-on : ubuntu-latest
8+ strategy :
9+ fail-fast : false
10+ matrix :
11+ runner :
12+ - ' ubuntu-latest'
13+ - ' self-hosted'
14+ runs-on : ${{ matrix.runner }}
915 steps :
1016 - uses : actions/checkout@v2
1117 - name : pytypes checker
1218 uses : theahura/pytypes-action@main
1319 with :
14- args : -d import-error
20+ args : -d import-error
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments