Skip to content

Add linting workflow & pre-commit linting, add README.md structure #12

Add linting workflow & pre-commit linting, add README.md structure

Add linting workflow & pre-commit linting, add README.md structure #12

Workflow file for this run

name: Python linting
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable