Skip to content

feat: adding ci/cd to shopify tracker repository #1

feat: adding ci/cd to shopify tracker repository

feat: adding ci/cd to shopify tracker repository #1

Workflow file for this run

name: Check PR Title
on:
pull_request:
types:
- opened
- edited
- reopened
- synchronize
jobs:
check-pr-title:
name: Check PR Title
runs-on: ubuntu-latest
steps:
- name: Check PR Title
uses: rudderlabs/github-action-check-pr-title@v1.0.7