Skip to content

Rebranding to RAGDoll #23

Rebranding to RAGDoll

Rebranding to RAGDoll #23

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v5
- run: uv sync --group dev
- name: Ruff (lint)
run: uv run ruff check src tests
- name: Pytest
run: uv run pytest -q