Skip to content

Merge pull request #182 from grossir/fix_html_decoding_errors #574

Merge pull request #182 from grossir/fix_html_decoding_errors

Merge pull request #182 from grossir/fix_html_decoding_errors #574

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2-beta
- uses: actions/setup-python@v2
with:
python-version: "3.10"
- name: Black Code Formatter
uses: psf/black@stable