Skip to content

ci(github): workflow to ensure PR commit parity #5

ci(github): workflow to ensure PR commit parity

ci(github): workflow to ensure PR commit parity #5

---
name: PR - Commit Parity
'on':
pull_request:
branches:
- main
- dev
- petermetz/**
push:
branches:
- main
- dev
jobs:
pr-commit-parity:
name: PR and Commit messages Parity
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected]
- name: Use Node.js v18.18.2
uses: actions/[email protected]
with:
node-version: v18.19.0
- name: Execute pr-commit-parity script
run: node tools/pr-commit-parity.js ${{ github.event.pull_request.url }}