We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af8b4f0 commit 056937aCopy full SHA for 056937a
.github/workflows/ci.yaml
@@ -48,7 +48,7 @@ jobs:
48
- name: Validate formatting
49
run: bun fmt:ci
50
- name: Check for typos
51
- uses: crate-ci/typos@v1.36.3
+ uses: crate-ci/typos@v1.37.2
52
with:
53
config: .github/typos.toml
54
validate-readme-files:
registry/coder/modules/jetbrains-gateway/main.tf
@@ -30,7 +30,7 @@ variable "agent_id" {
30
31
variable "slug" {
32
type = string
33
- description = "The slug for the coder_app. Allows resuing the module with the same template."
+ description = "The slug for the coder_app. Allows reusing the module with the same template."
34
default = "gateway"
35
}
36
0 commit comments