Skip to content

Bugfix/initial compressed urls (#79) #70

Bugfix/initial compressed urls (#79)

Bugfix/initial compressed urls (#79) #70

Workflow file for this run

---
name: Run black
on: [push, pull_request]
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: install black
run: pip install black==22.3.0
- name: Black
run: black . --check