Skip to content

Update README and documentation #90

Update README and documentation

Update README and documentation #90

Workflow file for this run

name: Lint
on: [push, pull_request]
permissions: read-all
jobs:
flake8-lint:
runs-on: ubuntu-latest
name: Lint
steps:
- name: Check out source repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Set up Python environment
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
with:
python-version: "3.11"
- name: flake8 Lint
uses: py-actions/flake8@2014ef764424fd7699d615323c17836092bec9b9 # v2.2.1