Go to file
Héctor Ramón Jiménez 3d02911c12 Create integration test
2019-08-15 19:29:30 +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
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.