File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,23 +13,23 @@ jobs:
1313 # Lint stage
1414
1515 lint-licensing :
16- name : Lint licensing (REUSE)
17- runs-on : ubuntu-latest
18- steps :
19- - name : Checkout
20- uses : actions/checkout@v4
21-
22- - name : Install uv
23- uses : astral-sh/setup-uv@v3
24-
25- - name : Set up Python
26- run : uv python install 3.11
27-
28- - name : Install dependencies
29- run : make install-backend
30-
31- - name : Lint licensing
32- run : make lint-licensing
16+ name : Lint licensing (REUSE)
17+ runs-on : ubuntu-latest
18+ steps :
19+ - name : Checkout
20+ uses : actions/checkout@v4
21+
22+ - name : Install uv
23+ uses : astral-sh/setup-uv@v3
24+
25+ - name : Set up Python
26+ run : uv python install 3.11
27+
28+ - name : Install dependencies
29+ run : make install-backend
30+
31+ - name : Lint licensing
32+ run : make lint-licensing
3333
3434 lint-frontend :
3535 name : Lint frontend
You can’t perform that action at this time.
0 commit comments