Go to file
Héctor Ramón Jiménez 7f8c3a27a4 Track node_modules
2019-08-15 19:37:37 +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 Include dummy lib/main.js 2019-08-15 19:31:35 +02:00
node_modules Track node_modules 2019-08-15 19:37:37 +02:00
src Initial commit 2019-08-15 17:16:59 +00:00
.gitignore Initial commit 2019-08-15 17:16:59 +00:00
action.yml Create integration test 2019-08-15 19:29:30 +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.