Skip to content

Revert "Add QAB integration documentation and validation workflows" #42

Revert "Add QAB integration documentation and validation workflows"

Revert "Add QAB integration documentation and validation workflows" #42

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
smoke-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- run: pip install -r requirements.txt
- run: bash scripts/smoke_test.sh