Skip to content

HL-930: Release Please docs and git hook & CI modifications #1

HL-930: Release Please docs and git hook & CI modifications

HL-930: Release Please docs and git hook & CI modifications #1

name: Conventional Commits
on:
push:
branches: [main]
pull_request:
paths:
- '.github/workflows/conventional-commits.yml'
workflow_dispatch:
env:
DEBUG: 1
jobs:
conventional-commits:
name: Conventional Commits
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Check commit messages
uses: webiny/[email protected]