-
Notifications
You must be signed in to change notification settings - Fork 166
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
detect duplicate
id
and section title by update-checks-doc
script
- Loading branch information
Showing
9 changed files
with
236 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
<a id="hello"></a> | ||
## Hello | ||
|
||
Example input: | ||
|
||
```yaml | ||
on: push | ||
``` | ||
Output: | ||
``` | ||
This block will be auto-generated | ||
``` | ||
|
||
[Playground](https://rhysd.github.io/actionlint/#THIS_URL_WILL_BE_UPDATED) | ||
|
||
This section causes no error. | ||
|
||
<a id="hello"></a> | ||
## Hello 2 | ||
|
||
Example input: | ||
|
||
```yaml | ||
on: push | ||
``` | ||
Output: | ||
``` | ||
This block will be auto-generated | ||
``` | ||
|
||
[Playground](https://rhysd.github.io/actionlint/#THIS_URL_WILL_BE_UPDATED) | ||
|
||
This section causes an error since same `id` is used. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
<a id="hello"></a> | ||
## Hello | ||
|
||
Example input: | ||
|
||
```yaml | ||
on: push | ||
``` | ||
Output: | ||
``` | ||
This block will be auto-generated | ||
``` | ||
|
||
[Playground](https://rhysd.github.io/actionlint/#THIS_URL_WILL_BE_UPDATED) | ||
|
||
This section causes no error. | ||
|
||
<a id="hello2"></a> | ||
## Hello | ||
|
||
Example input: | ||
|
||
```yaml | ||
on: push | ||
``` | ||
Output: | ||
``` | ||
This block will be auto-generated | ||
``` | ||
|
||
[Playground](https://rhysd.github.io/actionlint/#THIS_URL_WILL_BE_UPDATED) | ||
|
||
This section causes an error since same section title is used. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters