Skip to content

Commit

Permalink
Update pre-commit.yml.jinja (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm authored Feb 6, 2025
1 parent f13a1bb commit 644b48e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions template/.github/workflows/pre-commit.yml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Build the virtual environment"
uses: cvxgrp/.github/actions/uv/environment@v2.1.1
uses: cvxgrp/.github/actions/environment@v2.2.1

- uses: cvxgrp/.github/actions/deptry@v2.1.1
- uses: cvxgrp/.github/actions/deptry@v2.2.1
with:
source-folder: src/{{ project_name }}

pre-commit:
runs-on: ubuntu-latest
steps:
- uses: cvxgrp/.github/actions/pre-commit@v2.1.1
- uses: cvxgrp/.github/actions/pre-commit@v2.2.1

0 comments on commit 644b48e

Please sign in to comment.