Skip to content

Bump jinja2 from 3.1.2 to 3.1.3 #416

Bump jinja2 from 3.1.2 to 3.1.3

Bump jinja2 from 3.1.2 to 3.1.3 #416

Workflow file for this run

name: Check black compliance
on: pull_request
jobs:
check_black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- run: pip install black==22.3.0
- name: Check black compliance
run: black --check grants_tagger