Skip to content

cosm prices

cosm prices #154

Workflow file for this run

# https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python
name: CI
on:
push:
branches: '*'
pull_request:
branches: '*'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: astral-sh/setup-uv@v5
- uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: unittest
run: uv run -m unittest --verbose
- name: ruff
run: uv run ruff check --output-format=github .