Skip to content

Commit

Permalink
issue #49: test wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
vivalareda committed Nov 28, 2023
1 parent e0a5d0a commit 4bd9ea6
Showing 1 changed file with 17 additions and 8 deletions.
25 changes: 17 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,32 @@ various operations within our GitHub projects. It contains a collection of
reusable workflows for the CI/CD pipelines, testing, and other automated
processes within GitHub Actions.

Each workflow has an associated documentation file that explains its purpose, usage, and any required secrets or inputs. You can find these files in the same directory as their corresponding workflow file.
Each workflow has an associated documentation file that explains its purpose,
usage, and any required secrets or inputs. You can find these files in the same
directory as their corresponding workflow file.

## Workflow Documentation

Here are the available workflows and their associated documentation:

- [Reusable Docker Container Build](.github/workflows/workflow-build-container.md)
- [Reusable Docker Container Deployment to Google Cloud Run](.github/workflows/workflow-deploy-gcp.md)
- [Reusable Lint and Test Workflow for Node (React) Projects](.github/workflows/workflow-lint-test-node.md)
- [Reusable Lint and Test Workflow for Python Projects](.github/workflows/workflow-lint-test-python.md)
- [Reusable Workflow for Standardization Validation](.github/workflows/workflow-markdown-check.yml)
- [Reusable Build and Deploy to GitHub Pages](.github/workflows/workflow-gh-pages-deployment.md)
- [Reusable Docker Container
Build](.github/workflows/workflow-build-container.md)
- [Reusable Docker Container Deployment to Google Cloud
Run](.github/workflows/workflow-deploy-gcp.md)
- [Reusable Lint and Test Workflow for Node (React)
Projects](.github/workflows/workflow-lint-test-node.md)
- [Reusable Lint and Test Workflow for Python
Projects](.github/workflows/workflow-lint-test-python.md)
- [Reusable Workflow for Standardization
Validation](.github/workflows/workflow-markdown-check.yml)
- [Reusable Build and Deploy to GitHub
Pages](.github/workflows/workflow-gh-pages-deployment.md)
- [Reusable Vercel Deployment](.github/workflows/workflow-vercel-deployment.md)

## Usage

To use these workflows in your project, you can call them using `workflow_dispatch`. Here’s a basic example of how to call a workflow:
To use these workflows in your project, you can call them using
`workflow_dispatch`. Here’s a basic example of how to call a workflow:

```yaml
name: <Workflow's purpose>
Expand Down

0 comments on commit 4bd9ea6

Please sign in to comment.