Skip to content

Commit 07e7039

Browse files
authored
FDN-4581 Centralize github workflow definitions (#131)
1 parent 31b8f12 commit 07e7039

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/pr-validator.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: "PR Title and Description Check"
2+
on:
3+
pull_request:
4+
types: [opened, edited, synchronize]
5+
jobs:
6+
validate:
7+
uses: flowcommerce/code-steward/.github/workflows/pr-validator.yml@main
8+

0 commit comments

Comments
 (0)