Skip to content

feat(core): Jinja2 .template processing and .append convention (#149) #70

feat(core): Jinja2 .template processing and .append convention (#149)

feat(core): Jinja2 .template processing and .append convention (#149) #70

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 .