Skip to content

fix(readmes): lowercase anchor links to prevent links breaking #15523

fix(readmes): lowercase anchor links to prevent links breaking

fix(readmes): lowercase anchor links to prevent links breaking #15523

Triggered via pull request February 11, 2025 17:30
Status Failure
Total duration 3m 45s
Artifacts

main.yml

on: pull_request
build_lint_and_test
3m 37s
build_lint_and_test
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
generate README (for TS file) β€Ί should generate README based on package info: generators/readme/test/generate-readme.spec.ts#L107
expect(received).toMatchInlineSnapshot(snapshot) Snapshot name: `generate README (for TS file) should generate README based on package info 1` - Snapshot - 1 + Received + 1 @@ -42,11 +42,11 @@ | Props | Type | Required | Default | Description | | - | - | :-: | - | - | | `name` | `string` | βœ… | | The name of a Justice League member. | | `identity` | `Object`<br/>[See signature.](#signature-identity) | βœ… | | The real identity of this Justice League member, if known. | - | `onClick` | `Function`<br/>[See signature.](#signature-onClick) | | | A callback function, called when the component is clicked. | + | `onClick` | `Function`<br/>[See signature.](#signature-onclick) | | | A callback function, called when the component is clicked. | | `abilities` | `Array: Ability[]`<br/>[See signature.](#signature-abilities) | βœ… | | List the abilities of this Justice League member. | | `aliases` | `Array: string[]` | βœ… | | List the aliases of this Justice League member. | | `movies` | `union`<br/>Possible values:<br/>`string , Movie`<br/>[See signature.](#signature-movies) | βœ… | | The list of movies where this Justice League member appears in.&#xA;It can either be just the name of the movie or a more detailed&#xA;information about the movie. | | `power` | `union`<br/>Possible values:<br/>`1 , 2 , 3 , 4 , 5 , 6 , 7 , 8 , 9 , 10` | | `1` | Define the power for this Justice League member, from a scale of 1-10. | | `isAlive` | `boolean` | | `true` | | at Object.toMatchInlineSnapshot (generators/readme/test/generate-readme.spec.ts:107:21)
build_lint_and_test
Process completed with exit code 1.
build_lint_and_test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/