Skip to content

Harden TQQQ trusted snapshot input boundary #574

Harden TQQQ trusted snapshot input boundary

Harden TQQQ trusted snapshot input boundary #574

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: '3.11'
- name: Install package
run: python -m pip install -e '.[test]' 'ruff==0.15.9'
- name: Run Ruff
run: python -m ruff check .
- name: Run tests
run: python -m pytest -q