Skip to content

Open v0.3 API + debiasing #170

Open v0.3 API + debiasing

Open v0.3 API + debiasing #170

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/[email protected]
with:
args: "-l 100 pennylane_ionq/ --check"