Skip to content

Commit 2cc54d8

Browse files
authored
Add PR title validation step in workflow
1 parent dbc9895 commit 2cc54d8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ jobs:
3232
- name: Install Dependencies
3333
run: bun install
3434

35+
- name: Validate PR Title Contains Valid Descriptor
36+
run: bun ./scripts/verify-pr-title-has-valid-descriptor.ts
37+
env:
38+
TITLE: ${{ github.event.pull_request.title }}
39+
3540
- name: Validate Copyright Headers
3641
run: bun ./scripts/verify-file-headers.ts
3742

0 commit comments

Comments
 (0)