File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 steps :
2525 - uses : actions/checkout@v5
2626 - uses : astral-sh/setup-uv@v5
27+ with :
28+ enable-cache : false
2729 - name : Ruff lint
2830 run : uvx ruff@0.15.10 check
2931 - name : Ruff format
3840 platform :
3941 - runner : ubuntu-latest
4042 target : x86_64
41- - runner : ubuntu-latest
42- target : x86
43- - runner : ubuntu-latest
43+ - runner : ubuntu-24.04-arm
4444 target : aarch64
45- - runner : ubuntu-latest
46- target : armv7
47- - runner : ubuntu-latest
48- target : s390x
49- - runner : ubuntu-latest
50- target : ppc64le
5145 steps :
5246 - uses : actions/checkout@v5
5347 - uses : actions/setup-python@v6
7771 platform :
7872 - runner : ubuntu-latest
7973 target : x86_64
80- - runner : ubuntu-latest
81- target : x86
82- - runner : ubuntu-latest
74+ - runner : ubuntu-24.04-arm
8375 target : aarch64
84- - runner : ubuntu-latest
85- target : armv7
8676 steps :
8777 - uses : actions/checkout@v5
8878 - uses : actions/setup-python@v6
You can’t perform that action at this time.
0 commit comments