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
- Host: GitHub
- URL: https://github.com/appium/appium-workflows
- Owner: appium
- License: apache-2.0
- Created: 2025-11-27T22:35:04.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2026-06-26T20:24:56.000Z (10 days ago)
- Last Synced: 2026-06-26T22:11:56.616Z (10 days ago)
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```