Skip to content

Commit 50fd65d

Browse files
committed
Lint changelogs in CI
1 parent 261f086 commit 50fd65d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/haskell.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,8 @@ jobs:
5252

5353
- name: Run tests
5454
run: cabal test all
55+
56+
- name: Lint changelogs
57+
run: |
58+
cabal run -- cardano-ledger-release-tool changelogs -i $(git ls-files '*CHANGELOG.md')
59+
git diff --exit-code

0 commit comments

Comments
 (0)