Skip to content

diag(uyap): add offline UDF structure inspector (privacy-safe money-p… #85

diag(uyap): add offline UDF structure inspector (privacy-safe money-p…

diag(uyap): add offline UDF structure inspector (privacy-safe money-p… #85

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Bağımlılıkları kur
run: pip install -e ".[dev]"
- name: Testler
run: pytest -q