Skip to content

Update cvxgrp/.github action to v2.2.1 (#199) #908

Update cvxgrp/.github action to v2.2.1 (#199)

Update cvxgrp/.github action to v2.2.1 (#199) #908

Workflow file for this run

name: pre-commit
permissions:
contents: read
on:
push:
jobs:
deptry:
runs-on: ubuntu-latest
steps:
- name: "Build the virtual environment for ${{ github.repository }}"
uses: cvxgrp/.github/actions/environment@v2.2.1
- uses: cvxgrp/.github/actions/deptry@v2.2.1
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: cvxgrp/.github/actions/pre-commit@v2.2.1