File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 29
29
- name : Setup Python
30
30
uses : actions/setup-python@v5
31
31
with :
32
- python-version : ' 3.11 '
32
+ python-version : ' 3.12 '
33
33
- name : Install uv
34
34
run : curl -LsSf https://astral.sh/uv/install.sh | sh
35
35
- name : Install dependencies
43
43
run : pre-commit run --all
44
44
env :
45
45
RUFF_OUTPUT_FORMAT : github
46
+ REUSE_OUTPUT_FORMAT : github
46
47
- name : diff
47
48
run : git diff
48
49
if : always()
Original file line number Diff line number Diff line change 18
18
permissions :
19
19
pull-requests : write
20
20
contents : write
21
- runs-on : ubuntu-latest
21
+ runs-on : ubuntu-22.04
22
22
name : Weblate automerge
23
23
if : github.actor == 'weblate'
24
24
steps :
Original file line number Diff line number Diff line change 33
33
- id : mdformat
34
34
additional_dependencies :
35
35
- mdformat-gfm==0.3.6
36
- - mdformat-black ==0.1.1
36
+ - mdformat-ruff ==0.1.3
37
37
- mdformat-shfmt==0.1.0
38
+ - mdformat_tables==1.0.0
38
39
- repo : https://github.com/shellcheck-py/shellcheck-py
39
40
rev : v0.10.0.1
40
41
hooks :
You can’t perform that action at this time.
0 commit comments