Skip to content

fix: e2e test to execute both "no-strategy" and "ppnd" again; also improve readability for usde logic #845

fix: e2e test to execute both "no-strategy" and "ppnd" again; also improve readability for usde logic

fix: e2e test to execute both "no-strategy" and "ppnd" again; also improve readability for usde logic #845

Workflow file for this run

name: PR
on:
pull_request:
branches: [main]
permissions:
contents: read
jobs:
title-check:
runs-on: ubuntu-latest
steps:
- name: Check PR Title's semantic conformance
uses: Slashgear/[email protected]
with:
regexp: "(feat|fix|docs|chore):.+" # Regex the title should match.