Skip to content

Update cvxgrp/.github action to v2.2.2 #688

Update cvxgrp/.github action to v2.2.2

Update cvxgrp/.github action to v2.2.2 #688

Workflow file for this run

name: pre-commit
on:
push:
jobs:
deptry:
runs-on: ubuntu-latest
steps:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4
- uses: ./actions/environment
with:
working-directory: '.github/hello-world'
- uses: ./actions/deptry
with:
working-directory: '.github/hello-world'
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4
- uses: pre-commit/[email protected]
with:
extra_args: '--verbose --all-files'