Skip to content

Commit 23d60e6

Browse files
committed
lint + format
1 parent eb61594 commit 23d60e6

825 files changed

Lines changed: 18728 additions & 18248 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
- any: ["**/*.md"]
1010

1111
"📌 area: ci":
12-
- any: [".github/**/*"]
12+
- any: [".github/**/*"]

.github/workflows/dependabot-critical-alerts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Dependabot Critical Alerts
22

33
on:
44
schedule:
5-
- cron: "0 8 * * *" # Daily 08:00 UTC
5+
- cron: "0 8 * * *" # Daily 08:00 UTC
66
workflow_dispatch:
77
inputs:
88
severity:

.github/workflows/dependabot-weekly-summary.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Dependabot Weekly Summary
22

33
on:
44
schedule:
5-
- cron: "0 8 * * 1" # Mon 08:00 UTC
5+
- cron: "0 8 * * 1" # Mon 08:00 UTC
66
workflow_dispatch:
77

88
# Single-purpose monitoring workflow; serialise on workflow name only - we never
@@ -12,9 +12,9 @@ concurrency:
1212
cancel-in-progress: false
1313

1414
permissions:
15-
contents: read # gh CLI baseline
16-
pull-requests: read # gh pr list (open dependabot PRs)
17-
actions: read # gh run list / view (parse latest dependabot run logs)
15+
contents: read # gh CLI baseline
16+
pull-requests: read # gh pr list (open dependabot PRs)
17+
actions: read # gh run list / view (parse latest dependabot run logs)
1818

1919
jobs:
2020
summary:

.github/workflows/release-helm.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ name: 🧭 Helm Chart Release
33
on:
44
push:
55
tags:
6-
- 'helm-v*'
6+
- "helm-v*"
77
workflow_call:
88
inputs:
99
chart_version:
10-
description: 'Chart version to release'
10+
description: "Chart version to release"
1111
required: true
1212
type: string
1313
workflow_dispatch:
1414
inputs:
1515
chart_version:
16-
description: 'Chart version to release'
16+
description: "Chart version to release"
1717
required: true
1818
type: string
1919

@@ -58,7 +58,7 @@ jobs:
5858
- name: Validate manifests
5959
uses: docker://ghcr.io/yannh/kubeconform:v0.7.0@sha256:85dbef6b4b312b99133decc9c6fc9495e9fc5f92293d4ff3b7e1b30f5611823c
6060
with:
61-
entrypoint: '/kubeconform'
61+
entrypoint: "/kubeconform"
6262
args: "-summary -output json ./helm-output"
6363

6464
release:
@@ -134,7 +134,7 @@ jobs:
134134
run: |
135135
VERSION="${STEPS_VERSION_OUTPUTS_VERSION}"
136136
CHART_PACKAGE="/tmp/${{ env.CHART_NAME }}-${VERSION}.tgz"
137-
137+
138138
# Push to GHCR OCI registry
139139
helm push "$CHART_PACKAGE" "oci://${{ env.REGISTRY }}/${{ github.repository_owner }}/charts"
140140
env:
@@ -153,7 +153,7 @@ jobs:
153153
oci://${{ env.REGISTRY }}/${{ github.repository_owner }}/charts/${{ env.CHART_NAME }} \
154154
--version "${{ steps.version.outputs.version }}"
155155
```
156-
156+
157157
### Changes
158158
See commit history for detailed changes in this release.
159159
files: |

.github/workflows/workflow-checks.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ on:
44
push:
55
branches: [main]
66
paths:
7-
- '.github/workflows/**'
8-
- '.github/actions/**'
9-
- '.github/zizmor.yml'
7+
- ".github/workflows/**"
8+
- ".github/actions/**"
9+
- ".github/zizmor.yml"
1010
pull_request:
1111
paths:
12-
- '.github/workflows/**'
13-
- '.github/actions/**'
14-
- '.github/zizmor.yml'
12+
- ".github/workflows/**"
13+
- ".github/actions/**"
14+
- ".github/zizmor.yml"
1515

1616
permissions: {}
1717

.github/zizmor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ rules:
22
unpinned-uses:
33
config:
44
policies:
5-
'*': hash-pin
5+
"*": hash-pin

apps/coordinator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@
2727
"esbuild": "^0.19.11",
2828
"tsx": "^4.7.0"
2929
}
30-
}
30+
}

apps/docker-provider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
"esbuild": "^0.19.11",
2525
"tsx": "^4.7.0"
2626
}
27-
}
27+
}

apps/kubernetes-provider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@
2525
"esbuild": "^0.19.11",
2626
"tsx": "^4.7.0"
2727
}
28-
}
28+
}

apps/supervisor/src/backpressure/k8sPodCountSignalSource.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ describe("K8sPodCountSignalSource", () => {
7373
engageThreshold: 10000,
7474
releaseThreshold: 5000,
7575
});
76-
expect((await source.read()).engaged).toBe(true); // engage
76+
expect((await source.read()).engaged).toBe(true); // engage
7777
count = 7000;
78-
expect((await source.read()).engaged).toBe(true); // band -> still engaged
78+
expect((await source.read()).engaged).toBe(true); // band -> still engaged
7979
count = 4999;
8080
expect((await source.read()).engaged).toBe(false); // below release -> off
8181
count = 7000;

0 commit comments

Comments
 (0)