Skip to content

Commit 5fd1df2

Browse files
Forcing for a test
1 parent 0a5f5c7 commit 5fd1df2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generators/ruby/model/src/CustomConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { z } from "zod";
33

44
export type RubyModelCustomConfig = z.infer<typeof RubyModelCustomConfigSchema>;
55
export const RubyModelCustomConfigSchema = BaseGeneratorConfigSchema.extend({});
6-
6+
// Test - force change in ruby-model to see if caching is working in CI
77
// TODO: this will likely be shared between models and SDK
88
export function parseCustomConfig(customConfig: unknown): RubyModelCustomConfig {
99
const parsed = customConfig != null ? RubyModelCustomConfigSchema.parse(customConfig) : undefined;

0 commit comments

Comments
 (0)