Skip to content

Expose histogram sample data to custom reporters #26

Expose histogram sample data to custom reporters

Expose histogram sample data to custom reporters #26

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