-
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
Test: run use reviewdog on all linters #15
Conversation
5ea4117
to
14c1317
Compare
files/en-us/games/index.md
Outdated
page-type: landing-page | ||
slug: Games | ||
unknown-attr: abcd efg |
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.
[MDNLinter] reported by reviewdog 🐶
unknown-attr: abcd efg | |
page-type: landing-page |
files/en-us/games/index.md
Outdated
--- | ||
|
||
{{GamesSidebar}} | ||
|
||
Gaming is one of the most popular computer activities. New technologies are constantly arriving to make it possible to develop better and more powerful games that can be run in any standards-compliant web browser. | ||
Gaming is one of the most popular computer activities. New technologies are constantly arriving to make it possible to develop better and more powerful games that can be run in any standards-compliant web browser. |
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.
[MDNLinter] reported by reviewdog 🐶
Gaming is one of the most popular computer activities. New technologies are constantly arriving to make it possible to develop better and more powerful games that can be run in any standards-compliant web browser. | |
Gaming is one of the most popular computer activities. New technologies are constantly arriving to make it possible to develop better and more powerful games that can be run in any standards-compliant web browser. |
Gaming is one of the most popular computer activities. New technologies are constantly arriving to make it possible to develop better and more powerful games that can be run in any standards-compliant web browser. | ||
|
||
```css | ||
body { background-color: aqua; } |
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.
[MDNLinter] reported by reviewdog 🐶
body { background-color: aqua; } | |
body { | |
background-color: aqua; | |
} |
files/en-us/games/index.md
Outdated
|
||
Welcome to the MDN game development center! In this area of the site, we provide resources for web developers wanting to develop games. You will find many useful tutorials and technique articles in the main menu on the left, so feel free to explore. | ||
|
||
We've also included a reference section so you can easily find information about all the most common APIs used in game development. | ||
|
||
> **Note:** Creating games on the web draws on a number of core web technologies such as HTML, CSS, and JavaScript. The [Learning Area](/en-US/docs/Learn) is a good place to go to get started with the basics. | ||
|
||
## Port native games to the Web | ||
## Port native games to the Web |
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.
[MDNLinter] reported by reviewdog 🐶
## Port native games to the Web | |
## Port native games to the Web |
* item 1 | ||
+ item 2 |
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.
[MDNLinter] reported by reviewdog 🐶
* item 1 | |
+ item 2 | |
- item 1 | |
- item 2 | |
} | ||
``` | ||
|
||
# Develop web games |
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 🐶
MD025/single-title/single-h1 Multiple top-level headings in the same document [Context: # Develop web games]
6ea1e68
to
71a1602
Compare
3fabac0
to
e822af5
Compare
page-type: landing-page | ||
slug: Games |
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.
slug: Games | |
slug: Gamez |
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v3 |
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.
Condition
- uses: actions/checkout@v3 | |
- uses: actions/checkout@v3 |
Test PR for using Reviewdog revives for all linters.