Skip to content

Complete iFDO v2.2.1 field coverage and fix field spellings #35

Complete iFDO v2.2.1 field coverage and fix field spellings

Complete iFDO v2.2.1 field coverage and fix field spellings #35

Workflow file for this run

name: Tests
on: push
jobs:
pytest:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Check out repository code
uses: actions/checkout@v6
- name: Install uv with cache
uses: astral-sh/setup-uv@v7
with:
version: "0.6.2"
enable-cache: true
cache-dependency-glob: "uv.lock"
- name: Install nox
uses: wntrblm/nox@2026.04.10
- run: nox