Skip to content

Bump jinja2 from 3.0.3 to 3.1.3 #571

Bump jinja2 from 3.0.3 to 3.1.3

Bump jinja2 from 3.0.3 to 3.1.3 #571

Workflow file for this run

name: lint
on:
# Trigger the workflow on push or pull request,
# but only for the main and develop branches
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable