Skip to content

Merge branch 'main' of https://github.com/eth-ait/aitviewer #199

Merge branch 'main' of https://github.com/eth-ait/aitviewer

Merge branch 'main' of https://github.com/eth-ait/aitviewer #199

Workflow file for this run

name: lint
on: [push, pull_request]
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
isort:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.7
- uses: isort/isort-action@master