fix(readmes): lowercase anchor links to prevent links breaking #15521
main.yml
on: pull_request
build_lint_and_test
3m 40s
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.
It can either be just the name of the movie or a more detailed
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/
|