Create a TypeScript Action with tests, linting, workflow, publishing, and versioning
Go to file Use this template
Thomas Hughes 38f15d2b5a
Update link to walkthrough
2019-09-11 08:48:23 -05: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 Update .gitignore 2019-08-30 11:43:01 -04:00
LICENSE New toolkit 2019-07-22 14:15:40 -04:00
README.md Update link to walkthrough 2019-09-11 08:48:23 -05:00
action.yml update yml info (#16) 2019-09-10 23:28:52 -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 yml info (#16) 2019-09-10 23:28:52 -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.