Skip to content

Bump jinja2 from 3.1.2 to 3.1.4 in /doc #314

Bump jinja2 from 3.1.2 to 3.1.4 in /doc

Bump jinja2 from 3.1.2 to 3.1.4 in /doc #314

Workflow file for this run

name: Formatting check
on:
- pull_request
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Black Code Formatter
uses: lgeiger/black-action@master
with:
args: "-l 100 pennylane_ionq/ --check"