mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-07 00:01:49 +00:00
test: add intentional type error to break frontend CI
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
c80d9a4505
commit
19c204e938
@@ -18,6 +18,9 @@ import type { AnyMeltElement } from '@melt-ui/svelte'
|
||||
import type { TriggerKind } from './components/triggers'
|
||||
import { stateSnapshot } from './svelte5Utils.svelte'
|
||||
|
||||
// Intentional type error to make CI fail
|
||||
const _ciBreaker: string = 42
|
||||
|
||||
export namespace OpenApi {
|
||||
export enum OpenApiVersion {
|
||||
V2,
|
||||
|
||||
Reference in New Issue
Block a user