Skip to content

S641118: Added siwave, dcir, and raptorx sim settings #586

S641118: Added siwave, dcir, and raptorx sim settings

S641118: Added siwave, dcir, and raptorx sim settings #586

Workflow file for this run

name: Template Validation
on:
pull_request:
types: [opened, edited, synchronize]
branches:
- develop
workflow_dispatch:
jobs:
pr-title:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run a PR title validation
run: grep -E "((T|S|D|B)[0-9]+\:\s[A-Z])" <<< "${{ github.event.pull_request.title }}"