Skip to content

Bump jinja2 from 3.1.3 to 3.1.4 in /src/presenters #227

Bump jinja2 from 3.1.3 to 3.1.4 in /src/presenters

Bump jinja2 from 3.1.3 to 3.1.4 in /src/presenters #227

Workflow file for this run

name: linting
on:
workflow_dispatch:
pull_request:
jobs:
lint:
name: lint & check formatting
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.10']
steps:
- uses: actions/checkout@v2
- name: lint with black
uses: rickstaa/action-black@v1
with:
black_args: "src --check"
fail_on_error: false