Skip to content

Library/arielsmoler/cad 25376/add solving qlsp with aqc notebook #1197

Library/arielsmoler/cad 25376/add solving qlsp with aqc notebook

Library/arielsmoler/cad 25376/add solving qlsp with aqc notebook #1197

Workflow file for this run

name: "Lint"
on: [pull_request]
permissions:
contents: read
env:
FORCE_COLOR: 1
RUFF_OUTPUT_FORMAT: github
jobs:
lint:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- uses: pre-commit/[email protected]
if: false