Skip to content

Commit

Permalink
Update pre-commit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm authored Feb 1, 2025
1 parent 42535dc commit 4830279
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,14 @@ jobs:
- uses: cvxgrp/.github/actions/uv/[email protected]
with:
source-folder: src/cvx


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'

0 comments on commit 4830279

Please sign in to comment.