Skip to content
This repository was archived by the owner on May 25, 2026. It is now read-only.

fix: add builder auth support to get_order and get_orders #401

fix: add builder auth support to get_order and get_orders

fix: add builder auth support to get_order and get_orders #401

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
permissions:
contents: read
pull-requests: read
jobs:
build-lint-test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v6
with:
persist-credentials: false
- uses: actions/setup-python@v5
with:
python-version: 3.9
- run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -e .
- name: Run Tests
run: make test