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

https://github.com/iamazeem/github-actions-reusable-workflow-test

GitHub Actions Reusable Workflow Test
https://github.com/iamazeem/github-actions-reusable-workflow-test

ci github-actions github-actions-workflow github-actions-workflows testing

Last synced: 11 months ago
JSON representation

GitHub Actions Reusable Workflow Test

Awesome Lists containing this project

README

          

# github-actions-reusable-workflow-test

[![CI](https://github.com/iamazeem/github-actions-reusable-workflow-test/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/iamazeem/github-actions-reusable-workflow-test/actions/workflows/ci.yml)

Just testing GitHub Actions Reusable Workflows... :)

```mermaid
graph TD;
ci-pr-opened-synchronize.yml-->ci.yml;
ci-pr-edited.yml-->ci.yml;
```