Skip to content

Bump to version 1.2.0 #383

Bump to version 1.2.0

Bump to version 1.2.0 #383

name: Check formatting
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: run YAPF to test if python code is correctly formatted
uses: AlexanderMelde/yapf-action@master
with:
args: --verbose