Skip to content

Commit d5c216a

Browse files
authored
FDN-4581 Centralize github workflow definitions (#1)
1 parent 6ef4d89 commit d5c216a

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)