switch to gh actions

This commit is contained in:
Christian Zangl 2020-11-02 10:41:36 +01:00
parent cc78d632af
commit 3b969d2b89
2 changed files with 12 additions and 9 deletions

12
.github/workflows/lint.yml vendored Normal file
View File

@ -0,0 +1,12 @@
name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: psf/black@stable

View File

@ -1,9 +0,0 @@
language: python
python:
- "3.6"
- "3.7"
- "3.8"
install:
- pip install black
script:
- black --check .