Skip to content
This repository has been archived by the owner on Jul 1, 2023. It is now read-only.

Update README.md

Update README.md #149

Workflow file for this run

name: Run Tests
on:
push:
pull_request:
jobs:
formatting:
runs-on: "ubuntu-latest"
name: Check formatting
steps:
- uses: "actions/checkout@v2"
- uses: "actions/setup-python@v1"
with:
python-version: "3.8"
- uses: pre-commit/action@v2.0.0