https://github.com/nucleoidai/actions
https://github.com/nucleoidai/actions
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nucleoidai/actions
- Owner: NucleoidAI
- Created: 2024-01-09T18:37:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-11T11:44:04.000Z (over 2 years ago)
- Last Synced: 2024-04-12T17:20:18.400Z (over 2 years ago)
- Size: 20.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.