File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -10,29 +10,13 @@ permissions:
1010 contents : read
1111
1212jobs :
13- lint :
14- name : Lint
15- runs-on : ubuntu-latest
16- steps :
17- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
18- - uses : astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0
19- with :
20- enable-cache : true
21- - name : Install dependencies
22- run : uv sync --extra dev
23- - name : Lint
24- run : uv run ruff check .
25- - name : Format check
26- run : uv run ruff format --check .
27-
2813 test :
2914 name : Test (Python ${{ matrix.python-version }})
3015 runs-on : ubuntu-latest
3116 strategy :
3217 fail-fast : false
3318 matrix :
3419 python-version : ["3.12", "3.13"]
35-
3620 steps :
3721 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3822 - uses : astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0
You can’t perform that action at this time.
0 commit comments