Skip to content

Commit d122266

Browse files
committed
test(ci): update semantic PR checker, use new single commit validation
1 parent c10d15f commit d122266

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/pr_title.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ jobs:
1212
env:
1313
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
1414
steps:
15-
- uses: amannn/[email protected]
15+
- uses: actions/setup-node@v2
16+
with:
17+
node-version: 16
18+
- uses: amannn/[email protected]
1619
with:
1720
validateSingleCommit: true
21+
validateSingleCommitMatchesPrTitle: true

0 commit comments

Comments
 (0)