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

chore: update default profile and docs to use starlet-libs #17

chore: update default profile and docs to use starlet-libs

chore: update default profile and docs to use starlet-libs #17

Workflow file for this run

name: Tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Install dependencies
run: pip install -e .[test]
- name: Run pytest
run: pytest