Skip to content

Fix create_foreign_enum_imports: scoped check, naming, and output des… #478

Fix create_foreign_enum_imports: scoped check, naming, and output des…

Fix create_foreign_enum_imports: scoped check, naming, and output des… #478

Workflow file for this run

name: lint the codebase
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--line-length 100 --check --diff"