Skip to content

✨ Prepare for stream2, fix small issue with frame count #15

✨ Prepare for stream2, fix small issue with frame count

✨ Prepare for stream2, fix small issue with frame count #15

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.12
uses: actions/setup-python@v4
with:
python-version: "3.12"
- uses: astral-sh/setup-uv@v1
with:
version: "latest"
- name: Install dependencies
run: uv sync -p 3.12
- name: format
run: uv run ruff format --check