Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@ jobs:
env:
# Do not set UV_CONSTRAINT here: prek/uv already resolves local packages from the copied try-repo workspace.
# Constraining uv to the original checkout creates conflicting file URLs for the same package.
PIP_CONSTRAINT: ${{ github.workspace }}/constraints-e2e.txt
PIP_BUILD_CONSTRAINT: ${{ github.workspace }}/constraints-e2e.txt
run: SKIP=check-jira-reference-in-todo,go-revive,go-fmt,go-imports,check-number-of-lines-count uvx "${{ matrix.tool }}" try-repo "$PWD" --all-files --color=always --verbose
Loading