Skip to content

ignore codegen folder for python black check #136

ignore codegen folder for python black check

ignore codegen folder for python black check #136

Workflow file for this run

name: Lint Codebase
on: [push, pull_request]
jobs:
lint_codebase:
name: Lint and format codebase
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check --verbose --extend-exclude \"codegen\""
src: "./projects/jdwp"