Skip to content

chore: add container cmd check in start_stack.sh #1342

chore: add container cmd check in start_stack.sh

chore: add container cmd check in start_stack.sh #1342

Workflow file for this run

name: Check semantic PR titles
on:
pull_request_target:
types:
- opened
- edited
- reopened
- synchronize
permissions:
contents: read
jobs:
title-check:
runs-on: ubuntu-latest
steps:
- name: Check PR Title's semantic conformance
uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}