-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reformat readme and add table of contents (#127)
- Loading branch information
Showing
7 changed files
with
187 additions
and
138 deletions.
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,16 @@ | ||
# 📖 Guidelines | ||
|
||
- If the existing tests do not already cover your changes, please add tests. | ||
- Please run `npm run format` for formatting the code before submitting the pull request. | ||
|
||
# ⚒️ Developing the Action code | ||
|
||
## Build the code | ||
|
||
If you'd like to help us develop and enhance this Action, this section is for you. | ||
|
||
To build and run the Action tests, run | ||
|
||
```bash | ||
npm i && npm t | ||
``` |
Oops, something went wrong.