Skip to content

Commit e7e793a

Browse files
committed
Apply markdown lint fixes
1 parent 35e73ae commit e7e793a

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

CODE_OF_CONDUCT.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -48,18 +48,19 @@ offensive, or harmful.
4848
This Code of Conduct applies within all project spaces, and it also applies when
4949
an individual is representing the project or its community in public spaces.
5050
Examples of representing a project or community include using an official
51-
project e-mail address, posting via an official social media account, or acting
51+
project email address, posting via an official social media account, or acting
5252
as an appointed representative at an online or offline event. Representation of
5353
a project may be further defined and clarified by project maintainers.
5454

5555
## Enforcement
5656

5757
Instances of abusive, harassing, or otherwise unacceptable behavior may be
58-
reported by contacting the project team at [email protected]. All complaints
59-
will be reviewed and investigated and will result in a response that is deemed
60-
necessary and appropriate to the circumstances. The project team is obligated to
61-
maintain confidentiality with regard to the reporter of an incident. Further
62-
details of specific enforcement policies may be posted separately.
58+
reported by contacting the project team at `[email protected]`. All
59+
complaints will be reviewed and investigated and will result in a response that
60+
is deemed necessary and appropriate to the circumstances. The project team is
61+
obligated to maintain confidentiality with regard to the reporter of an
62+
incident. Further details of specific enforcement policies may be posted
63+
separately.
6364

6465
Project maintainers who do not follow or enforce the Code of Conduct in good
6566
faith may face temporary or permanent repercussions as determined by other
@@ -69,9 +70,9 @@ members of the project's leadership.
6970

7071
This Code of Conduct is adapted from the [Contributor Covenant][homepage],
7172
version 1.4, available at
72-
https://www.contributor-covenant.org/version/1/4/code-of-conduct.html
73+
`https://www.contributor-covenant.org/version/1/4/code-of-conduct.html`
7374

74-
[homepage]: https://www.contributor-covenant.org
75+
[homepage]: `https://www.contributor-covenant.org`
7576

7677
For answers to common questions about this code of conduct, see
77-
https://www.contributor-covenant.org/faq
78+
`https://www.contributor-covenant.org/faq`

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Contributing
1+
# Contributing
22

33
[fork]: https://github.com/actions/ai-inference/fork
44
[pr]: https://github.com/actions/ai-inference/compare
@@ -47,7 +47,7 @@ avoid having to include the `node_modules/` directory in the repository.
4747
`npm run test`
4848
1. Make sure your code is correctly formatted: `npm run format`
4949
1. Update `dist/index.js` using `npm run build`. This creates a single
50-
javascript file that is used as an entrypoint for the action
50+
JavaScript file that is used as an entrypoint for the action
5151
1. Push to your fork and [submit a pull request][pr]
5252
1. Pat yourself on the back and wait for your pull request to be reviewed and
5353
merged.
@@ -66,7 +66,7 @@ All the concepts from
6666
[the actions/toolkit release docs](https://github.com/actions/toolkit/blob/main/docs/action-versioning.md)
6767
apply. Please read that first!
6868

69-
Once the changes are merged into main, a repo maintainer should:
69+
Once the changes are merged into main, a repository maintainer should:
7070

7171
1. Bump the package version by running
7272
[`npm version [major|minor|patch]`](https://docs.npmjs.com/cli/v7/commands/npm-version).
@@ -80,7 +80,7 @@ Once the changes are merged into main, a repo maintainer should:
8080
the specific ref of the release you just made. For example, if we just
8181
released `v1.1.0`, we would rewrite the `v1` tag like this:
8282

83-
```
83+
```bash
8484
git tag -fa v1 v1.1.0 -m "Update v1 tag to point to v1.1.0"
8585
git push origin v1 --force
8686
```

0 commit comments

Comments
 (0)