Skip to content

bool not boolean

bool not boolean #220

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
name: Lint
steps:
- uses: actions/checkout@v2
- name: Set up Python environment
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: flake8 Lint
uses: py-actions/flake8@v1