[FIX] Update maintainer-tools, fix TravisCI builds

This commit is contained in:
Daniel Reis
2020-12-11 13:47:43 +00:00
parent 36791f3865
commit 837c577355
4 changed files with 18 additions and 9 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