Skip to content

--test flag propagation appears to be fixed in node.js #194

--test flag propagation appears to be fixed in node.js

--test flag propagation appears to be fixed in node.js #194

name: Commit Message Validation
on:
pull_request:
jobs:
validate:
name: Validate
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
with:
fetch-depth: 0
- uses: webiny/action-conventional-commits@v1.3.0
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}