Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions .github/workflows/ci-coach.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/copilot-setup-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: make recompile || true
env:
GH_TOKEN: ${{ github.token }}
- name: Install uv
- name: Setup uv
Copy link

Copilot AI Mar 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The new step name "Setup uv" is inconsistent with the rest of this workflow, which uses the "Set up " wording (e.g., "Set up Node.js" and "Set up Go" earlier in the same file). To keep step names consistent within the workflow, rename this to "Set up uv" or update the other setup step names to match "Setup ".

Suggested change
- name: Setup uv
- name: Set up uv

Copilot uses AI. Check for mistakes.
uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0
- name: Install Go language server (gopls)
run: go install golang.org/x/tools/gopls@latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/daily-copilot-token-report.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .github/workflows/hourly-ci-cleaner.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/hourly-ci-cleaner.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ steps:
- name: Install npm dependencies
run: npm ci
working-directory: ./actions/setup/js
- name: Install dev dependencies
- name: Install development dependencies
run: make deps-dev
safe-outputs:
create-pull-request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/shared/ci-data-analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ steps:
go-version-file: go.mod
cache: true

- name: Install dev dependencies
- name: Install development dependencies
run: make deps-dev

- name: Run linter
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tidy.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/tidy.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ steps:
with:
go-version-file: go.mod
cache: true
- name: Install dev dependencies
- name: Install development dependencies
run: make deps-dev
strict: true
---
Expand Down
Loading