Skip to content

Update pre-commit hook crate-ci/typos to v1 (#43) #130

Update pre-commit hook crate-ci/typos to v1 (#43)

Update pre-commit hook crate-ci/typos to v1 (#43) #130

Workflow file for this run

name: "CI"
on:
- push
jobs:
test:
# The type of runner that the job will run on
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest ]
python-version: [ '3.10', '3.11', '3.12', '3.13' ]
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: "Build the virtual environment for ${{ github.repository }}"
uses: cvxgrp/.github/actions/uv/environment@v2.1.0
- uses: cvxgrp/.github/actions/test@v2.1.0
with:
python-version: ${{ matrix.python-version }}
tests-folder: src/tests