Skip to content

Add gh actions

Add gh actions #1

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
options: "--check --verbose"
src: "./bbox_visualizer/bbox_visualizer.py ./tests/test_bbox_visualizer.py"
version: "~= 24.1"
use_pyproject: true