Skip to content

Add max_start_time to quick_cals and bias_sequence calibrations #280

Add max_start_time to quick_cals and bias_sequence calibrations

Add max_start_time to quick_cals and bias_sequence calibrations #280

Workflow file for this run

name: Lint
on:
push:
paths-ignore:
- 'docs/**'
pull_request:
paths-ignore:
- 'docs/**'
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
cache: 'pip'
- name: Lint with ruff
run: |
pip install ruff
ruff check src/ tests/
ruff format --check src/ tests/