Skip to content

Lint refactoring, add GitHub Actions linting #11

Lint refactoring, add GitHub Actions linting

Lint refactoring, add GitHub Actions linting #11

Workflow file for this run

---
# Thanks https://black.readthedocs.io/en/stable/integrations/github_actions.html
name: Lint (black)
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/[email protected]