Skip to content

Inline comments to clarify how 'allow_csv_value_templates_if_field_em… #186

Inline comments to clarify how 'allow_csv_value_templates_if_field_em…

Inline comments to clarify how 'allow_csv_value_templates_if_field_em… #186

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 --include '(\\.pyi?|\\.ipynb|workbench)$'"