Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 1.47 KB

README.md

File metadata and controls

41 lines (24 loc) · 1.47 KB

Agendrix Actions for GitHub

Test

This repo contains a set of reusable actions for GitHub Workflows.

Available Actions

Developing locally

Install the dependencies

$ yarn install

When creating a new TypeScript action, make sure that all your associated scripts in actions.yml runs.(pre|main|post) point to dist/<scriptName>.js.

The script build-all.js will then find the associated .ts files within your action folder (<scriptName>.ts).

When committing, we use a pre-commit hook to build the code.

Useful Links

Versioning

After testing you can create a git tag to reference the stable and latest action version.

See the versioning documentation


Templated from https://github.com/actions/typescript-action.