Support timeline #62
checker.yml
on: pull_request
check_ui_compile
1m 30s
Annotations
3 errors and 1 warning
check_ui_compile:
src/views/pages/components/TimelineHome.vue#L5
Type '({ title: string; children: ({ title: string; description: string; time: string; type: string; tip?: undefined; } | { title: string; description: string; tip: string; time: string; type: string; })[]; } | { ...; })[]' is not assignable to type 'Timeline[]'.
|
check_ui_compile:
src/views/pages/components/TimelineHome.vue#L9
Type '({ title: string; children: ({ title: string; description: string; time: string; type: string; tip?: undefined; } | { title: string; description: string; tip: string; time: string; type: string; })[]; } | { ...; })[]' is not assignable to type 'Timeline[]'.
|
check_ui_compile
Process completed with exit code 2.
|
check_ui_compile
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. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|