Skip to content

Add implementation for sizeof in openqasm #267

Add implementation for sizeof in openqasm

Add implementation for sizeof in openqasm #267

Workflow file for this run

name: Format
on:
pull_request:
branches: ['main']
workflow_dispatch:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
python3 -m pip install tox>=4.2.0
- name: Check isort, black, headers
run: |
tox -e format-check