File tree 5 files changed +9
-256
lines changed
base_delivery_carrier_files/i18n
5 files changed +9
-256
lines changed Original file line number Diff line number Diff line change 1
1
# Do NOT update manually; changes here will be overwritten by Copier
2
- _commit : v1.11.1
2
+ _commit : v1.14.2
3
3
_src_path : https://github.com/OCA/oca-addons-repo-template.git
4
4
ci : GitHub
5
5
dependency_installation_mode : PIP
6
6
generate_requirements_txt : true
7
7
github_check_license : true
8
+ github_ci_extra_env : {}
8
9
github_enable_codecov : true
9
10
github_enable_makepot : true
10
11
github_enable_stale_action : true
Original file line number Diff line number Diff line change 11
11
12
12
jobs :
13
13
pre-commit :
14
- runs-on : ubuntu-latest
14
+ runs-on : ubuntu-20.04
15
15
steps :
16
16
- uses : actions/checkout@v2
17
17
- uses : actions/setup-python@v2
Original file line number Diff line number Diff line change 28
28
fi
29
29
done
30
30
test :
31
- runs-on : ubuntu-latest
31
+ runs-on : ubuntu-20.04
32
32
container : ${{ matrix.container }}
33
33
name : ${{ matrix.name }}
34
34
strategy :
Original file line number Diff line number Diff line change @@ -27,6 +27,11 @@ repos:
27
27
entry : found forbidden files; remove them
28
28
language : fail
29
29
files : " \\ .rej$"
30
+ - id : en-po-files
31
+ name : en.po files cannot exist
32
+ entry : found a en.po file
33
+ language : fail
34
+ files : ' [a-zA-Z0-9_]*/i18n/en\.po$'
30
35
- repo : https://github.com/oca/maintainer-tools
31
36
rev : ab1d7f6
32
37
hooks :
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments