Skip to content

Add fixed-unit time format to JSON min/max output for use in code. #181

Add fixed-unit time format to JSON min/max output for use in code.

Add fixed-unit time format to JSON min/max output for use in code. #181

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 }}