Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 560 Bytes

File metadata and controls

31 lines (19 loc) · 560 Bytes

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/