mirror of
https://github.com/gradle/gradle-build-action
synced 2024-11-23 18:12:15 +00:00
10 lines
499 B
Markdown
10 lines
499 B
Markdown
|
# Create a JavaScript Action using TypeScript
|
||
|
|
||
|
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/typescript-action.md).
|
||
|
|
||
|
In addition to walking your through how to create an action, it also provides strategies for versioning, releasing and referencing your actions.
|