Skip to content

Moved all examples out of the package directory into the top level examples directory #667

Moved all examples out of the package directory into the top level examples directory

Moved all examples out of the package directory into the top level examples directory #667

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
with:
src: "./unitary"