Skip to content

fix(structural): statutory legal floor + TCMB double-count audit; dat… #27

fix(structural): statutory legal floor + TCMB double-count audit; dat…

fix(structural): statutory legal floor + TCMB double-count audit; dat… #27

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