Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mscoutermarsh/yaml-lint-action
https://github.com/mscoutermarsh/yaml-lint-action
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mscoutermarsh/yaml-lint-action
- Owner: mscoutermarsh
- License: mit
- Created: 2019-08-14T00:59:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T07:12:26.000Z (almost 2 years ago)
- Last Synced: 2024-10-31T10:48:27.137Z (about 2 months ago)
- Language: TypeScript
- Size: 703 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JavaScript Action Template
This template offers an easy way to get started writing a javascript action with TypeScript compile time support, unit testing with Jest and using the GitHub Actions Toolkit.
## Getting Started
See the walkthrough located [here](https://github.com/actions/toolkit/blob/master/docs/javascript-action.md).
In addition to walking your through how to create an action, it also provides strategies for versioning, releasing and referencing your actions.