iterate on ios #1
ci.yml
on: push
lint
1m 19s
test
3m 46s
build-library
1m 16s
build-android
1m 13s
build-ios
54s
Annotations
9 errors and 5 warnings
build-ios
Process completed with exit code 1.
|
build-android
Process completed with exit code 1.
|
build-library
Process completed with exit code 1.
|
lint:
example/src/App.tsx#L1
'React' is declared but its value is never read.
|
lint:
example/src/App.tsx#L18
Type 'AiModel' is missing the following properties from type 'LanguageModelV1': specificationVersion, provider, defaultObjectGenerationMode
|
lint:
src/index.tsx#L73
Property 'text' does not exist on type 'string | LanguageModelV1TextPart | LanguageModelV1ImagePart | LanguageModelV1ToolCallPart | LanguageModelV1ToolResultPart'.
|
lint:
src/index.tsx#L79
Property 'text' does not exist on type 'string | LanguageModelV1TextPart | LanguageModelV1ImagePart | LanguageModelV1ToolCallPart | LanguageModelV1ToolResultPart'.
|
lint:
src/index.tsx#L98
Property 'doStream' in type 'AiModel' is not assignable to the same property in base type 'LanguageModelV1'.
|
lint
Process completed with exit code 2.
|
build-ios
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build-android
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build-library
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|