File tree 4 files changed +510
-428
lines changed
4 files changed +510
-428
lines changed Original file line number Diff line number Diff line change 14
14
steps :
15
15
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
16
16
with :
17
- submodules : " true"
17
+ submodules : true
18
18
fetch-depth : 2
19
19
- name : Setup python
20
20
uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
25
25
sudo apt-get update
26
26
sudo apt-get install -y hunspell hunspell-el gettext language-pack-el locales-all
27
27
- uses : pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
28
- - uses : pre-commit-ci/lite-action@9d882e7a565f7008d4faf128f27d1cb6503d4ebf # v1.0.2
28
+ - uses : pre-commit-ci/lite-action@5d6cc0eb514c891a40562a58a8e71576c5c7fb43 # v1.1.0
29
29
if : always()
Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
- rev : 2c9f875913ee60ca25ce70243dc24d5b6415598c # v4.6 .0
3
+ rev : cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b # v5.0 .0
4
4
hooks :
5
5
- id : file-contents-sorter
6
6
files : " dictionaries/main.txt"
10
10
- id : end-of-file-fixer
11
11
12
12
- repo : https://git.afpy.org/AFPy/powrap
13
- rev : df2a0a54804a6146cc9fbffb77464d4b5fe24f41 # v1.0.1
13
+ rev : 416de333cc58dce4453d1257769d7c9abdde95f7 # v1.0.2
14
14
hooks :
15
15
- id : powrap
16
16
23
23
- " --personal-dict=dictionaries/main.txt"
24
24
25
25
- repo : https://github.com/sphinx-contrib/sphinx-lint
26
- rev : ce6d7aeab24d60b6119dbad180540bf3c9ff31da # v0.9.1
26
+ rev : ff671d6a030a3141634793e6d1e8909ab6091830 # v1.0.0
27
27
hooks :
28
28
- id : sphinx-lint
Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ CPYTHON_CURRENT_COMMIT := 9cbde7c6ce6f7b93301a37f03dfa0c0d45e00a39
26
26
CPYTHON_PATH := ./cpython
27
27
28
28
LANGUAGE := el
29
- TRANSLATION_BRANCH := main
30
29
BRANCH := 3.12
31
30
32
31
EXCLUDED := whatsnew/ c-api/
@@ -119,7 +118,7 @@ wrap: ensure_prerequisites
119
118
@echo " Verify wrapping"
120
119
powrap --check --quiet * .po ** /* .po
121
120
122
- SRCS = $(shell git diff --name-only $(TRANSLATION_BRANCH ) | grep '.po$$')
121
+ SRCS = $(shell git diff --name-only $(BRANCH ) | grep '.po$$')
123
122
# foo/bar.po => $(POSPELL_TMP_DIR)/foo/bar.po.out
124
123
DESTS = $(addprefix $(POSPELL_TMP_DIR ) /,$(addsuffix .out,$(SRCS ) ) )
125
124
You can’t perform that action at this time.
0 commit comments