Skip to content

Fix typo in readme

Fix typo in readme #7

Workflow file for this run

name: Push actions
on:
push:
branches:
- master
- dev
jobs:
style:
runs-on: "ubuntu-latest"
name: Check style formatting
steps:
- uses: "actions/checkout@v2"
- uses: "actions/setup-python@v1"
with:
python-version: "3.x"
- run: python3 -m pip install black
- run: black .