Go to file
2019-09-02 16:11:57 -05:00
.github/workflows Initial commit 2019-09-02 15:40:00 -05:00
docs Initial commit 2019-09-02 15:40:00 -05:00
lib Initial cleanup 2019-09-02 16:11:57 -05:00
.gitignore Initial cleanup 2019-09-02 16:11:57 -05:00
action.yml Initial cleanup 2019-09-02 16:11:57 -05:00
LICENSE Initial commit 2019-09-02 15:40:00 -05:00
package-lock.json Initial commit 2019-09-02 15:40:00 -05:00
package.json Initial cleanup 2019-09-02 16:11:57 -05:00
README.md Initial commit 2019-09-02 15:40:00 -05: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.