Skip to content

Add support for HTML layouts with Snippet, Slots, and a default text processor #114

Add support for HTML layouts with Snippet, Slots, and a default text processor

Add support for HTML layouts with Snippet, Slots, and a default text processor #114

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
jobs:
Tests:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v5
- name: Install the latest version of uv
uses: astral-sh/setup-uv@v7
with:
enable-cache: true
- name: Setup Python
uses: actions/setup-python@v6
with:
python-version-file: pyproject.toml
- name: Install dependencies
run: uv sync
- name: Run tests
run: uv run poe test