Skip to content

feat(core): Jinja2 .template and .append #69

feat(core): Jinja2 .template and .append

feat(core): Jinja2 .template and .append #69

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v6
- uses: actions/setup-python@v5
with:
python-version-file: .python-version
- run: uv sync --group dev
- run: uv run ruff check .
- run: uv run ruff format --check .