Skip to content

ci(.github/workflows): UDENG-5763-Add GitHub Actions workflows for code checks, QA, and git checks #8

ci(.github/workflows): UDENG-5763-Add GitHub Actions workflows for code checks, QA, and git checks

ci(.github/workflows): UDENG-5763-Add GitHub Actions workflows for code checks, QA, and git checks #8

Workflow file for this run

name: Validate pull request title
on:
pull_request:
types: [opened, edited]
jobs:
validate:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- name: Validate PR title
uses: canonical/desktop-engineering/gh-actions/common/validate-pr-title@main