Execute your Gradle build and trigger dependency submission
Find a file
2019-09-20 23:23:07 +02:00
.github/workflows Initial commit 2019-09-20 23:06:59 +02:00
__tests__ Initial commit 2019-09-20 23:06:59 +02:00
lib minor edits & build 2019-09-20 23:23:07 +02:00
src Initial commit 2019-09-20 23:06:59 +02:00
.gitignore Initial commit 2019-09-20 23:06:59 +02:00
action.yml minor edits & build 2019-09-20 23:23:07 +02:00
jest.config.js Initial commit 2019-09-20 23:06:59 +02:00
LICENSE Initial commit 2019-09-20 23:06:59 +02:00
package-lock.json minor edits & build 2019-09-20 23:23:07 +02:00
package.json Initial commit 2019-09-20 23:06:59 +02:00
README.md Initial commit 2019-09-20 23:06:59 +02:00
tsconfig.json Initial commit 2019-09-20 23:06:59 +02:00

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.

In addition to walking your through how to create an action, it also provides strategies for versioning, releasing and referencing your actions.