Skip to content

Merge pull request #323 from chrisiacovella/patch_debug_statement #592

Merge pull request #323 from chrisiacovella/patch_debug_statement

Merge pull request #323 from chrisiacovella/patch_debug_statement #592

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
options: "--check --diff --verbose --line-length 88"
src: "./modelforge"