Skip to content

feat: add stapi-pydantic #2

feat: add stapi-pydantic

feat: add stapi-pydantic #2

Workflow file for this run

name: "Continuous integration"
on:
push:
branches:
- main
pull_request:
jobs:
ci:
name: Continuous integration
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v5
- name: Sync
run: uv sync
- name: Lint
run: scripts/lint
- name: Test
run: uv run pytest