FEATURE: Sync 3D Layout UI with changed made through pyedb-core #962
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Template Validation | |
on: | |
pull_request: | |
types: [opened, edited, synchronize] | |
branches: | |
- main | |
workflow_dispatch: | |
jobs: | |
pr-title: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Run a PR title validation | |
run: grep -E "^(CI:|DOC:|REFACT:|FIX:|MAINT:|TEST:|FEATURE:)" <<< "${{ github.event.pull_request.title }}" |