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

https://github.com/nucleoidai/actions


https://github.com/nucleoidai/actions

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# GitHub Actions Workflows

This repository contains reusable GitHub Actions workflows that can be used in other NucleoidJS repositories.

## Workflows

### [Deploy Workflow](.github/workflows/deploy.yml)

This workflow handles the deployment of your application.

### [Publish Workflow](.github/workflows/publish.yml)

This workflow is responsible for publishing your application.

### [Test Workflow](.github/workflows/test.yml)

This workflow runs all the tests in your node or react application.