toolkit
toolkit copied to clipboard
Format Docs
This PR formats, updates, and clarifies the documentation pages in this repository.
- Docs have been formatted according to the existing [Prettier config(https://github.com/actions/toolkit/blob/main/.prettierrc.json).
- Content available in the GitHub Docs has been removed and corresponding links have been updated.
- General grammar fixes.
- General linting fixes.
- The custom action walkthrough has been updated to be current with the
actions/typescript-actiontemplate.