Skip to content

feat: add local demo gateway toolkit, verification scripts, tests, and CI #1

feat: add local demo gateway toolkit, verification scripts, tests, and CI

feat: add local demo gateway toolkit, verification scripts, tests, and CI #1

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
verify:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
cache: "pip"
cache-dependency-path: |
requirements-dev.txt
- name: Install dependencies
run: python -m pip install --upgrade pip && pip install -r requirements-dev.txt
- name: Verify
run: scripts/verify.sh