mirror of
https://github.com/appium/appium.git
synced 2026-01-06 10:20:07 -06:00
11 lines
222 B
YAML
11 lines
222 B
YAML
name: Conventional Commits
|
|
on:
|
|
pull_request:
|
|
types: [opened, edited, synchronize, reopened]
|
|
|
|
jobs:
|
|
lint:
|
|
uses: appium/appium-workflows/.github/workflows/pr-title.yml@main
|
|
with:
|
|
config-preset: angular
|