Skip to content

docs: update README #108

docs: update README

docs: update README #108

Workflow file for this run

name: 2017
on: [push]
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v4
with:
python-version: 3.8
- run: pip install black
- run: black . --check
working-directory: 2017/