Skip to content
Merged
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
6 changes: 6 additions & 0 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,11 @@ jobs:
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
with:
python-version: "3.14"
- name: Use local whoowns package
run: echo "whoowns @ file://${PWD}/packages/whoowns" > constraints-e2e.txt
- name: Run ${{ matrix.tool }} try repo
env:
# Do not set UV_CONSTRAINT here: prek/uv already resolves whoowns 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
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