Compare commits

...

2 Commits

Author SHA1 Message Date
centdix
71e08c239b chore: add deliberate type error to fail frontend CI
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-25 20:27:21 +01:00
centdix
ee206b8594 chore: add test.txt
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-25 20:24:31 +01:00
2 changed files with 3 additions and 0 deletions

View File

@@ -6,6 +6,9 @@
// import { page } from '$app/stores'
// import { get } from 'svelte/store'
// CI test: deliberate type error
const _ciTest: number = 'this is not a number'
import { deepEqual } from 'fast-equals'
import YAML from 'yaml'
import { type UserExt } from './stores'

0
test.txt Normal file
View File