All Projects → jeffrafter → example-github-action-typescript

jeffrafter / example-github-action-typescript

Licence: other
No description, website, or topics provided.

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

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/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].