Skip to content
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

Closed
wants to merge 1 commit into from
Closed

Test: run use reviewdog on all linters #15

wants to merge 1 commit into from

Conversation

OnkarRuikar
Copy link
Owner

Test PR for using Reviewdog revives for all linters.

@OnkarRuikar OnkarRuikar force-pushed the test branch 2 times, most recently from 5ea4117 to 14c1317 Compare July 28, 2023 08:31
page-type: landing-page
slug: Games
unknown-attr: abcd efg

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[MDNLinter] reported by reviewdog 🐶

Suggested change
unknown-attr: abcd efg
page-type: landing-page

---

{{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.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[MDNLinter] reported by reviewdog 🐶

Suggested change
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; }

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[MDNLinter] reported by reviewdog 🐶

Suggested change
body { background-color: aqua; }
body {
background-color: aqua;
}


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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[MDNLinter] reported by reviewdog 🐶

Suggested change
## Port native games to the Web
## Port native games to the Web

Comment on lines +21 to +23
* item 1
+ item 2

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[MDNLinter] reported by reviewdog 🐶

Suggested change
* item 1
+ item 2
- item 1
- item 2

}
```

# Develop web games

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]

page-type: landing-page
slug: Games
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
slug: Games
slug: Gamez

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Condition

Suggested change
- uses: actions/checkout@v3
- uses: actions/checkout@v3

@OnkarRuikar OnkarRuikar deleted the test branch August 15, 2024 08:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant