Skip to content

Commit

Permalink
pre-commit updates in templates
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Feb 2, 2025
1 parent fca2d2c commit e2970be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions template/.github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
deptry:
runs-on: ubuntu-latest
steps:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4
- name: "Build the virtual environment for ${{ github.repository }}"
uses: cvxgrp/.github/actions/uv/environment@v2.1.0

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

Expand Down

0 comments on commit e2970be

Please sign in to comment.