File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1717 steps :
1818 - uses : actions/checkout@v4
1919 - uses : eifinger/setup-uv@v1
20- - run : uvx ruff check .
20+ -
run :
uvx [email protected] check . 21+ with :
22+ version : " 0.6.8"
23+ enable-cache : true
2124
2225 ruff-format :
2326 runs-on : ubuntu-latest
2629 - name : Install the latest version of uv
2730 uses : astral-sh/setup-uv@v2
2831 with :
29- version : " latest "
32+ version : " 0.6.8 "
3033 enable-cache : true
31- - run : uvx ruff format . --check
34+ - run : uvx ruff@0.6.8 format . --check
3235
3336 build-image :
3437 needs : [ruff, ruff-format]
Original file line number Diff line number Diff line change 1+ required-version = " ==0.6.8"
12extend-exclude = [
23 " resources/images/commander/src/test_framework" ,
34 " resources/images/exporter/authproxy.py" ,
You can’t perform that action at this time.
0 commit comments