Skip to content

Add StatePrep in tests #77

Add StatePrep in tests

Add StatePrep in tests #77

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@v1.0.1
with:
args: "-l 100 pennylane_aqt/ --check"