Create a TypeScript Action with tests, linting, workflow, publishing, and versioning
Go to file Use this template
Danny McCormick 768ad92772
Remove format step
2019-08-09 16:09:30 -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 remove node-modules from master 2019-08-09 14:53:04 -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 Add workflow to build, test, and check formatting/artifacts on PR (#8) 2019-08-08 14:36:59 -04:00
package.json remove node-modules from master 2019-08-09 14:53:04 -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.