Skip to content

Merge pull request #96 from zsk-poznan/fix/whitespace-issue #293

Merge pull request #96 from zsk-poznan/fix/whitespace-issue

Merge pull request #96 from zsk-poznan/fix/whitespace-issue #293

Workflow file for this run

name: Python CI
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Python
uses: actions/setup-python@v1
with:
python-version: 3.8
- name: Install black
run: pip3 install black
- name: Check format
run: black --check .