[UIK-2755][website] Headings and labels #6757
cd.yml
on: pull_request
build
58s
docs-lint
12s
static-lint
2m 11s
unit-tests
5m 1s
a11y-tests
5m 21s
browser-tests
7m 30s
axe-tests
4m 20s
Annotations
2 errors and 20 warnings
docs-lint
reviewdog: Too many results (annotations) in diff.
You may miss some annotations due to GitHub limitation for annotation created by logging command.
Please check GitHub Actions log console to see all results.
Limitation:
- 10 warning annotations and 10 error annotations per step
- 50 annotations per job (sum of annotations from all the steps)
- 50 annotations per run (separate from the job annotations, these annotations aren't created by users)
Source: https://github.community/t5/GitHub-Actions/Maximum-number-of-annotations-that-can-be-created-using-GitHub/m-p/39085
|
docs-lint
Vale and reviewdog exited with status code: 1
|
build
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/[email protected]. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
docs-lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
docs-lint
User-specified path (README.md CONTRIBUTING.md semcore/*/README.md semcore/*/CHANGELOG.md website/docs) is invalid; falling back to 'all'.
|
docs-lint:
website/docs/filter-group/filter-rules/filter-rules.md#L54
[vale] reported by reviewdog 🐶
[DevDocs.ArticlesHeadings] Consider removing the 'the' article from the heading for readability.
Raw Output:
{"message": "[DevDocs.ArticlesHeadings] Consider removing the 'the' article from the heading for readability.", "location": {"path": "website/docs/filter-group/filter-rules/filter-rules.md", "range": {"start": {"line": 54, "column": 24}}}, "severity": "INFO"}
|
docs-lint:
website/docs/patterns/empty-page/empty-page.md#L30
[vale] reported by reviewdog 🐶
[DevDocs.HeadingLevel] Avoid using H4–H6 headings. Consider refactoring the information or splitting it into several pages.
Raw Output:
{"message": "[DevDocs.HeadingLevel] Avoid using H4–H6 headings. Consider refactoring the information or splitting it into several pages.", "location": {"path": "website/docs/patterns/empty-page/empty-page.md", "range": {"start": {"line": 30, "column": 1}}}, "severity": "INFO"}
|
docs-lint:
website/docs/components/fullscreen-modal/fullscreen-modal.md#L39
[vale] reported by reviewdog 🐶
[DevDocs.HeadingLevel] Avoid using H4–H6 headings. Consider refactoring the information or splitting it into several pages.
Raw Output:
{"message": "[DevDocs.HeadingLevel] Avoid using H4–H6 headings. Consider refactoring the information or splitting it into several pages.", "location": {"path": "website/docs/components/fullscreen-modal/fullscreen-modal.md", "range": {"start": {"line": 39, "column": 1}}}, "severity": "INFO"}
|
docs-lint:
website/docs/components/fullscreen-modal/fullscreen-modal.md#L47
[vale] reported by reviewdog 🐶
[DevDocs.HeadingLevel] Avoid using H4–H6 headings. Consider refactoring the information or splitting it into several pages.
Raw Output:
{"message": "[DevDocs.HeadingLevel] Avoid using H4–H6 headings. Consider refactoring the information or splitting it into several pages.", "location": {"path": "website/docs/components/fullscreen-modal/fullscreen-modal.md", "range": {"start": {"line": 47, "column": 1}}}, "severity": "INFO"}
|
docs-lint:
website/docs/components/fullscreen-modal/fullscreen-modal.md#L83
[vale] reported by reviewdog 🐶
[DevDocs.HeadingLevel] Avoid using H4–H6 headings. Consider refactoring the information or splitting it into several pages.
Raw Output:
{"message": "[DevDocs.HeadingLevel] Avoid using H4–H6 headings. Consider refactoring the information or splitting it into several pages.", "location": {"path": "website/docs/components/fullscreen-modal/fullscreen-modal.md", "range": {"start": {"line": 83, "column": 1}}}, "severity": "INFO"}
|
docs-lint:
website/docs/components/fullscreen-modal/fullscreen-modal.md#L89
[vale] reported by reviewdog 🐶
[DevDocs.HeadingLevel] Avoid using H4–H6 headings. Consider refactoring the information or splitting it into several pages.
Raw Output:
{"message": "[DevDocs.HeadingLevel] Avoid using H4–H6 headings. Consider refactoring the information or splitting it into several pages.", "location": {"path": "website/docs/components/fullscreen-modal/fullscreen-modal.md", "range": {"start": {"line": 89, "column": 1}}}, "severity": "INFO"}
|
docs-lint:
website/docs/components/fullscreen-modal/fullscreen-modal.md#L95
[vale] reported by reviewdog 🐶
[DevDocs.HeadingLevel] Avoid using H4–H6 headings. Consider refactoring the information or splitting it into several pages.
Raw Output:
{"message": "[DevDocs.HeadingLevel] Avoid using H4–H6 headings. Consider refactoring the information or splitting it into several pages.", "location": {"path": "website/docs/components/fullscreen-modal/fullscreen-modal.md", "range": {"start": {"line": 95, "column": 1}}}, "severity": "INFO"}
|
docs-lint:
website/docs/components/dropdown/dropdown.md#L101
[vale] reported by reviewdog 🐶
[DevDocs.Inclusive] For inclusivity, consider using 'following' instead of 'below'.
Raw Output:
{"message": "[DevDocs.Inclusive] For inclusivity, consider using 'following' instead of 'below'.", "location": {"path": "website/docs/components/dropdown/dropdown.md", "range": {"start": {"line": 101, "column": 102}}}, "severity": "INFO"}
|
docs-lint:
website/docs/components/spin/spin.md#L154
[vale] reported by reviewdog 🐶
[DevDocs.Contractions] It's okay to use the contracted form 'it's' instead of 'it is'.
Raw Output:
{"message": "[DevDocs.Contractions] It's okay to use the contracted form 'it's' instead of 'it is'.", "location": {"path": "website/docs/components/spin/spin.md", "range": {"start": {"line": 154, "column": 149}}}, "severity": "INFO"}
|
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
a11y-tests
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/[email protected]. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
unit-tests
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/[email protected]. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
static-lint
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/[email protected]. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
static-lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
axe-tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
unit-tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
browser-tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|