An open API service indexing awesome lists of open source software.

https://github.com/ngodingbang/rwid-github-actions

Learn CI/CD on GitHub Actions using TypeScript.
https://github.com/ngodingbang/rwid-github-actions

Last synced: 8 months ago
JSON representation

Learn CI/CD on GitHub Actions using TypeScript.

Awesome Lists containing this project

README

          

# RWID GitHub Actions

[![License](https://badgen.net/github/license/ngodingbang/rwid-github-actions "License")](LICENSE.md)
[![Release](https://badgen.net/github/release/ngodingbang/rwid-github-actions "Release")](https://github.com/ngodingbang/rwid-github-actions/releases)
[![Test Status](https://github.com/ngodingbang/rwid-github-actions/actions/workflows/main.yml/badge.svg "Test Status")](https://github.com/ngodingbang/rwid-github-actions/actions/workflows/main.yml)
[![Coverage Status](https://codecov.io/github/ngodingbang/rwid-github-actions/graph/badge.svg?token=IG5MQONGO8 "Coverage Status")](https://codecov.io/github/ngodingbang/rwid-github-actions)

Learn CI/CD on GitHub Actions using TypeScript.

This code was developed with TypeScript.

## Table of Contents

- [RWID GitHub Actions](#rwid-github-actions)
- [Table of Contents](#table-of-contents)
- [Requirement](#requirement)
- [Installation](#installation)
- [Testing](#testing)
- [Changelog](#changelog)
- [License](#license)
- [Author](#author)

## Requirement

- [![Node.js](https://img.shields.io/badge/Node.js%20^22.11.0-43853D?logo=node.js&logoColor=white "Node.js")](https://nodejs.org)

## Installation

You can install the project by clone it via GitHub :

```bash
git clone https://github.com/ngodingbang/rwid-github-actions.git
npm install
```

## Testing

Run this command below to execute all test script using [Jest](https://jestjs.io).

```bash
npm run test
```

## Changelog

Please see [`CHANGELOG.MD`](CHANGELOG.md) for more information on what has changed recently.

## License

The MIT License (MIT). Please see [`LICENSE.MD`](LICENSE.md) for more information.

## Author

- [@ianriizky](https://github.com/ianriizky)