mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-07-18 13:15:49 +02:00
Initial commit
This commit is contained in:
commit
8ba9907b46
11 changed files with 5545 additions and 0 deletions
9
README.md
Normal file
9
README.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
# 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.
|
Loading…
Add table
Add a link
Reference in a new issue