Skip to content

Introduce ruff linter #2

Introduce ruff linter

Introduce ruff linter #2

Workflow file for this run

name: Lint with Black
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- run: pip install black
- run: black --check .