Skip to content

Add json reporting functions. #3

Add json reporting functions.

Add json reporting functions. #3

Workflow file for this run

name: Lint with Black
on:
push:
branches: main
pull_request:
branches: "*"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
options: "--check --verbose"
src: "./ai_forensics"
version: "25.1.0"