Skip to content

Commit

Permalink
test(ci): update semantic PR checker, use new single commit validation
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed Feb 12, 2022
1 parent c10d15f commit d122266
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pr_title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
steps:
- uses: amannn/[email protected]
- uses: actions/setup-node@v2
with:
node-version: 16
- uses: amannn/[email protected]
with:
validateSingleCommit: true
validateSingleCommitMatchesPrTitle: true

0 comments on commit d122266

Please sign in to comment.