Skip to content

Update cvxgrp/.github action to v2.0.17 #14

Update cvxgrp/.github action to v2.0.17

Update cvxgrp/.github action to v2.0.17 #14

Workflow file for this run

name: pre-commit
on:
push:
permissions:
contents: read
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4
- uses: pre-commit/action@v3.0.1
with:
extra_args: '--verbose --all-files'