Skip to content

chore: update rhiza to v1.0.0 (#775) #467

chore: update rhiza to v1.0.0 (#775)

chore: update rhiza to v1.0.0 (#775) #467

Workflow file for this run

# This file is part of the jebel-quant/rhiza repository
# (https://github.com/jebel-quant/rhiza).
#
# Workflow: Continuous Integration
#
# Purpose: Run tests on multiple Python versions, check dependencies, run
# pre-commit hooks, verify documentation coverage, validate the
# project, run security scans, and check license compliance.
#
# Python version matrix source of truth:
# - Implemented in the reusable workflow called below
# - Generated from `Programming Language :: Python :: 3.x` classifiers in pyproject.toml
# - Adding/removing classifiers updates CI Python coverage automatically
#
# Trigger: On push and pull_request.
name: "(RHIZA) CI"
permissions:
contents: read
actions: read
on:
push:
pull_request:
jobs:
ci:
uses: jebel-quant/rhiza/.github/workflows/rhiza_ci.yml@v1.0.0
secrets: inherit