[IMP]update config files from oca-addons-repo-template

This commit is contained in:
AaronHForgeFlow
2020-12-23 13:39:00 +01:00
parent cc89fbd805
commit a4074af516
11 changed files with 298 additions and 327 deletions

13
.github/workflows/pre-commit.yml vendored Normal file
View File

@@ -0,0 +1,13 @@
name: pre-commit
on:
pull_request:
push:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: pre-commit/action@v2.0.0