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: pre-commit
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: "Build the virtual environment for ${{ github.repository }}"
uses: cvxgrp/.github/actions/uv/environment@v2.1.0
- uses: cvxgrp/.github/actions/coverage@v2.1.0
with:
source-folder: 'src/cvx'
tests-folder: 'src/tests'
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: cvxgrp/.github/actions/pre-commit@v2.1.0
deptry:
runs-on: ubuntu-latest
steps:
- name: "Build the virtual environment for ${{ github.repository }}"
uses: cvxgrp/.github/actions/uv/environment@v2.1.0
- uses: cvxgrp/.github/actions/deptry@v2.1.0
with:
source-folder: src/cvx