Skip to content

feat: add black linter. #407

feat: add black linter.

feat: add black linter. #407

Workflow file for this run

name: lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
timeout-minutes: 10 # Lint should be done in 10 minutes.
runs-on: ubuntu-latest
container: docker.io/library/ubuntu:latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable