Skip to content

feat(gh-actions/build-debian): Support running a workflow script at build-source phase #70

feat(gh-actions/build-debian): Support running a workflow script at build-source phase

feat(gh-actions/build-debian): Support running a workflow script at build-source phase #70

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