Skip to content

Commit

Permalink
[DATALAD RUNCMD] run codespell throughout fixing typos automagically
Browse files Browse the repository at this point in the history
=== Do not change lines below ===
{
 "chain": [],
 "cmd": "codespell -w",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
  • Loading branch information
yarikoptic committed Jul 26, 2024
1 parent 037d2bc commit c1e8e8e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_azure_integration.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Azure Delpoyment
name: Azure Deployment

on:
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_helm_charts.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Right now the trigger is set to run on every Monday at 13:00 UTC,
# or when the workflow file is modified. An aditional manual trigger
# or when the workflow file is modified. An additional manual trigger
# is also available.
name: "Validate Helm Charts downloads"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
output "credentials" {
description = "Credentials required for connecting to kubernets cluster"
description = "Credentials required for connecting to kubernetes cluster"
sensitive = true
value = {
endpoint = "https://${google_container_cluster.main.endpoint}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@
"refId": "A"
}
],
"title": "Buliding",
"title": "Building",
"type": "stat"
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@
"format": "time_series",
"interval": "",
"intervalFactor": 1,
"legendFormat": "Comitted",
"legendFormat": "Committed",
"refId": "C"
},
{
Expand Down

0 comments on commit c1e8e8e

Please sign in to comment.