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

This commit is contained in:
AaronHForgeFlow
2020-12-23 17:41:36 +01:00
committed by Aaron ForgeFlow
parent 21a3859e9b
commit 6e161cd55d
8 changed files with 32 additions and 26 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