Skip to content

Merge pull request #868 from uber/dependabot/pip/docs/jinja2-3.1.4 #435

Merge pull request #868 from uber/dependabot/pip/docs/jinja2-3.1.4

Merge pull request #868 from uber/dependabot/pip/docs/jinja2-3.1.4 #435

Workflow file for this run

name: Lint
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check --verbose --color"
jupyter: true