Go to file
2019-09-02 15:40:00 -05:00
__tests__ Initial commit 2019-09-02 15:40:00 -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
src Initial commit 2019-09-02 15:40:00 -05:00
.gitignore Initial commit 2019-09-02 15:40:00 -05:00
action.yml Initial commit 2019-09-02 15:40:00 -05:00
jest.config.js Initial commit 2019-09-02 15:40:00 -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 commit 2019-09-02 15:40:00 -05:00
README.md Initial commit 2019-09-02 15:40:00 -05:00
tsconfig.json 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.