mirror of
https://github.com/ButlerLogic/action-autotag.git
synced 2024-11-10 02:11:08 +07:00
.github/workflows | ||
docs | ||
lib | ||
.gitignore | ||
action.yml | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md |
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.