Skip to content

Commit 3802d77

Browse files
Merge branch 'main' into cat/claude-code-3-0-1
2 parents f1c7c9f + 36943d1 commit 3802d77

File tree

2 files changed

+4
-5
lines changed
  • .github/workflows
  • registry/coder/templates/kubernetes-devcontainer

2 files changed

+4
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Validate formatting
5151
run: bun fmt:ci
5252
- name: Check for typos
53-
uses: crate-ci/typos@v1.37.2
53+
uses: crate-ci/typos@v1.38.1
5454
with:
5555
config: .github/typos.toml
5656
validate-readme-files:

registry/coder/templates/kubernetes-devcontainer/main.tf

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -426,15 +426,14 @@ module "code-server" {
426426
# This ensures that the latest non-breaking version of the module gets downloaded, you can also pin the module version to prevent breaking changes in production.
427427
version = "~> 1.0"
428428

429-
agent_id = coder_agent.main.id
430-
agent_name = "main"
431-
order = 1
429+
agent_id = coder_agent.main.id
430+
order = 1
432431
}
433432

434433
# See https://registry.coder.com/modules/coder/jetbrains
435434
module "jetbrains" {
436435
count = data.coder_workspace.me.start_count
437-
source = "registry.coder.com/modules/coder/jetbrains/coder"
436+
source = "registry.coder.com/coder/jetbrains/coder"
438437
version = "~> 1.0"
439438
agent_id = coder_agent.main.id
440439
agent_name = "main"

0 commit comments

Comments
 (0)