Skip to content

Commit ac1e696

Browse files
committed
chore: format
1 parent 18e6d27 commit ac1e696

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
environment: Production
7676
permissions:
7777
contents: write
78-
id-token: write # Required for OIDC authentication with MCP Registry
78+
id-token: write # Required for OIDC authentication with MCP Registry
7979
needs:
8080
- check
8181
if: needs.check.outputs.VERSION_EXISTS == 'false'

scripts/generateArguments.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ function extractZodDescriptions(): Record<string, ConfigMetadata> {
6969
// Extract default value if present
7070
let defaultValue: unknown = undefined;
7171
if (schema._def && "defaultValue" in schema._def) {
72-
// eslint-disable-next-line @typescript-eslint/no-unsafe-call, @typescript-eslint/no-explicit-any, @typescript-eslint/no-unsafe-member-access
72+
// eslint-disable-next-line @typescript-eslint/no-unsafe-call, @typescript-eslint/no-unsafe-member-access
7373
defaultValue = schema._def.defaultValue() as unknown;
7474
}
7575

0 commit comments

Comments
 (0)