Skip to content

Prepare for release #37

Prepare for release

Prepare for release #37

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
python:
name: Lint Python
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax
- uses: isort/isort-action@master
- uses: psf/black@stable