Skip to content

Merge pull request #153 from cvxgrp/tschm-patch-1 #59

Merge pull request #153 from cvxgrp/tschm-patch-1

Merge pull request #153 from cvxgrp/tschm-patch-1 #59

Workflow file for this run

name: pre-commit
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4
- uses: cvxgrp/.github/actions/uv/[email protected]
- name: Coveralls GitHub Action
uses: coverallsapp/github-action@v2
with:
files: artifacts/tests/coverage/coverage.info
format: lcov
deptry:
runs-on: ubuntu-latest
steps:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4
- uses: cvxgrp/.github/actions/uv/[email protected]