Create a TypeScript Action with tests, linting, workflow, publishing, and versioning
Go to file Use this template
damccorm 172bdb8bbb Update dependencies 2019-08-20 16:35:22 -04:00
.github/workflows Remove format step 2019-08-09 16:09:30 -04:00
__tests__ Add workflow to build, test, and check formatting/artifacts on PR (#8) 2019-08-08 14:36:59 -04:00
docs New toolkit 2019-07-22 14:15:40 -04:00
src New toolkit 2019-07-22 14:15:40 -04:00
.gitignore master ignores node_modules 2019-08-03 10:02:09 -04:00
LICENSE New toolkit 2019-07-22 14:15:40 -04:00
README.md Update README.md (#9) 2019-08-09 16:12:59 -04:00
action.yml New toolkit 2019-07-22 14:15:40 -04:00
jest.config.js New toolkit 2019-07-22 14:15:40 -04:00
package-lock.json Update dependencies 2019-08-20 16:35:22 -04:00
package.json Update dependencies 2019-08-20 16:35:22 -04:00
tsconfig.json Allow implicit any for octokit 2019-07-31 14:05:42 -04: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.