[IMP] Apply copier template

@Tecnativa TT30987
This commit is contained in:
Jairo Llopis
2021-07-13 11:52:12 +01:00
parent 3f5104bf4d
commit c21273823a
13 changed files with 818 additions and 55 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