feat: allow to set password-protected notes #2536
ci.yaml
on: pull_request
publish-tag
0s
Matrix: build-and-test
Annotations
8 errors and 1 warning
build-and-test (ubuntu-latest):
quartz/i18n/index.ts#L74
Type '{ readonly propertyDefaults: { readonly title: "Untitled"; readonly description: "No description provided"; }; readonly components: { readonly callout: { readonly note: "Note"; readonly abstract: "Abstract"; ... 10 more ...; readonly quote: "Quote"; }; ... 9 more ...; readonly contentMeta: { ...; }; }; readonly page...' is not assignable to type 'Translation'.
|
build-and-test (ubuntu-latest):
quartz/i18n/locales/tr-TR.ts#L60
Property 'encryptedContent' is missing in type '{ readonly rss: { readonly recentNotes: "Son notlar"; readonly lastFewNotes: ({ count }: { count: number; }) => string; }; readonly error: { readonly title: "Bulunamadı"; readonly notFound: "Bu sayfa ya özel ya da mevcut değil."; readonly home: "Anasayfaya geri dön"; }; readonly folderContent: { ...; }; readonly tag...' but required in type '{ rss: { recentNotes: string; lastFewNotes: (variables: { count: number; }) => string; }; error: { title: string; notFound: string; home: string; }; folderContent: { folder: string; itemsUnderFolder: (variables: { ...; }) => string; }; tagContent: { ...; }; encryptedContent: { ...; }; }'.
|
build-and-test (ubuntu-latest):
quartz/i18n/locales/zh-TW.ts#L60
Property 'encryptedContent' is missing in type '{ readonly rss: { readonly recentNotes: "最近的筆記"; readonly lastFewNotes: ({ count }: { count: number; }) => string; }; readonly error: { readonly title: "無法找到"; readonly notFound: "私人筆記或筆記不存在。"; readonly home: "返回首頁"; }; readonly folderContent: { ...; }; readonly tagContent: { ...; }; }' but required in type '{ rss: { recentNotes: string; lastFewNotes: (variables: { count: number; }) => string; }; error: { title: string; notFound: string; home: string; }; folderContent: { folder: string; itemsUnderFolder: (variables: { ...; }) => string; }; tagContent: { ...; }; encryptedContent: { ...; }; }'.
|
build-and-test (ubuntu-latest)
Process completed with exit code 2.
|
build-and-test (windows-latest)
The job was canceled because "ubuntu-latest" failed.
|
build-and-test (windows-latest)
The operation was canceled.
|
build-and-test (macos-latest)
The job was canceled because "ubuntu-latest" failed.
|
build-and-test (macos-latest)
The operation was canceled.
|
build-and-test (ubuntu-latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|