Skip to content

Make commits conform to mkchlog format #1

Make commits conform to mkchlog format

Make commits conform to mkchlog format #1

Workflow file for this run

on:
push:
branches:
- master
- 'test-ci/**'
pull_request:
name: Check changelog
jobs:
changelog:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
# This is critically important!
# The action won't work without this
fetch-depth: 0
- name: Check commits
uses: Kixunil/mkchlog-action@master