We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 261f086 commit 50fd65dCopy full SHA for 50fd65d
.github/workflows/haskell.yml
@@ -52,3 +52,8 @@ jobs:
52
53
- name: Run tests
54
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