Skip to content

feat: provide pipeline and lint #1

feat: provide pipeline and lint

feat: provide pipeline and lint #1

Workflow file for this run

---
name: ci
on: push
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- uses: eifinger/setup-rye@v3
with:
version: 'latest'
- run: rye sync
- run: rye run mypy .