Skip to content

Ci/changelog lint

Ci/changelog lint #5

Workflow file for this run

name: 'Check changelog for adhereance to keep-a-changelog'
on:
workflow_dispatch:
pull_request:
paths:
- 'CHANGELOG.md'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: jbangdev/[email protected]
with:
script: heylogs@nbbrd
scriptargs: "check CHANGELOG.md"