Go to file
2019-08-15 23:32:28 +02:00
__tests__ Initial commit 2019-08-15 17:16:59 +00:00
.github/workflows Create integration test 2019-08-15 19:29:30 +02:00
docs Initial commit 2019-08-15 17:16:59 +00:00
lib Await properly for commands to finish 2019-08-15 23:32:28 +02:00
node_modules Track node_modules 2019-08-15 19:37:37 +02:00
src Await properly for commands to finish 2019-08-15 23:32:28 +02:00
.gitignore Initial commit 2019-08-15 17:16:59 +00:00
action.yml Update to ensure latest version of toolchain 2019-08-15 23:30:48 +02:00
jest.config.js Initial commit 2019-08-15 17:16:59 +00:00
LICENSE Initial commit 2019-08-15 17:16:59 +00:00
package-lock.json Create integration test 2019-08-15 19:29:30 +02:00
package.json Initial commit 2019-08-15 17:16:59 +00:00
README.md Initial commit 2019-08-15 17:16:59 +00:00
tsconfig.json Initial commit 2019-08-15 17:16:59 +00:00

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.

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