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

https://github.com/appium/appium-workflows

Shared Appium CI Workflows
https://github.com/appium/appium-workflows

Last synced: 4 days ago
JSON representation

Shared Appium CI Workflows

Awesome Lists containing this project

README

          

# appium-workflows
Shared GitHub Actions Workflows

## Workflows

### pr-title.yml
Validates PR titles against the Conventional Commits format.

**Inputs:**
- `config-preset` (string, default: `angular`) - Deprecated compatibility input; the workflow validates the Conventional Commits spec directly.

### node-lts-matrix.yml
Generates a matrix of Node.js LTS versions for testing.

**Inputs:**
- `output-type` (string, default: `lts`) - Version type: `lts`, `all`, or `current`

**Outputs:**
- `versions` - JSON array of Node.js versions

## Usage

```yaml
jobs:
conventional-commits:
uses: appium/appium-workflows/.github/workflows/pr-title.yml@main
```