#!/bin/bash

# Ensure script is run from the root directory
if [ ! -f "check/planqtn" ]; then
    echo "Error: This script must be run from the root directory of the repository"
    echo "Current directory: $(pwd)"
    echo "Expected to find: check/planqtn"
    exit 1
fi

check/planqtn
check/api
check/jobs
check/ui


