Skip to content

jeffrafter/example-github-action-typescript

Repository files navigation

Example GitHub Actions in TypeScript

This repository contains two example GitHub Actions and associated workflows. The code is written in TypeScript and the tests are written using Jest.

You can either clone this repository or use it as a template.

Dependencies

Once you've got the code, install the dependencies:

npm install

Testing

Run the tests:

npm test

And lint:

npm run lint

More information

For more information read the associated blog post: https://jeffrafter.com/working-with-github-actions/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published