[IMP] Apply copier template

This commit is contained in:
Jairo Llopis
2021-01-20 10:10:29 +00:00
parent 64b5616f4e
commit 24ab19b0a7
12 changed files with 153 additions and 51 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