Skip to content

Commit

Permalink
ci: changelog checker (#686)
Browse files Browse the repository at this point in the history
* changelog checker

* add changelog entry
  • Loading branch information
AgentSmithMatrix authored Jul 8, 2022
1 parent e815736 commit 712ea3c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/changelog-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: "Check changelog update"
on:
pull_request:
jobs:
changelog:
runs-on: ubuntu-latest
steps:
- uses: dangoslen/changelog-enforcer@v3
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

### Improvements
* [#686](https://github.com/NibiruChain/nibiru/pull/686) Add changelog enforcer to github actions.


0 comments on commit 712ea3c

Please sign in to comment.