-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update workflow test #43
base: main
Are you sure you want to change the base?
Conversation
6df1b5e
to
9d6fea1
Compare
@@ -27,7 +27,7 @@ The content of the `<details>` provides the {{glossary("accessible description") | |||
|
|||
If a `<details>` element's first child is not a `<summary>` element, the {{Glossary("user agent")}} will use a default string (typically "Details") as the label for the disclosure box. | |||
|
|||
### Default style | |||
##### Default style |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[markdownlint] reported by reviewdog 🐶
MD001/heading-increment Heading levels should only increment by one level at a time [Expected: h4; Actual: h5]
9d6fea1
to
6048dee
Compare
6048dee
to
55008b8
Compare
@@ -60,9 +60,9 @@ A basic example showing the use of `<summary>` in a {{HTMLElement("details")}} e | |||
|
|||
{{EmbedLiveSample("Basic_example", 650, 120)}} | |||
|
|||
### Summaries as headings | |||
### Summaries as headings |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[mdn-linter] reported by reviewdog 🐶
### Summaries as headings | |
### Summaries as headings |
Test dump
prettier --check
logs when workflow fails.