Skip to content

Commit

Permalink
ci: Add changelog linter
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidmt committed Oct 16, 2023
1 parent b81fadb commit 59e934f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/changelog.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
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:
run: 'jbang com.github.nbbrd.heylogs:heylogs-cli:0.7.0:bin check CHANGELOG.md | grep -iv error"

0 comments on commit 59e934f

Please sign in to comment.