Skip to content

Commit

Permalink
imp(ci): Add changelog linter as CI action (#36)
Browse files Browse the repository at this point in the history
* add ci action

* add changelog entry
  • Loading branch information
MalteHerrmann authored Jun 17, 2024
1 parent 402d4f9 commit 3adbc83
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/changelog-lint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Changelog Linter

on:
pull_request:

jobs:
lint-changelog:
runs-on: ubuntu-latest

steps:
- name: Check out the repository
uses: actions/checkout@v4

- name: Run changelog linter
uses: MalteHerrmann/changelog-lint-action@0918ef12e6dc06adce0743e1c6c13707a7c20323
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ This changelog was created using the `clu` binary

### Improvements

- (ci) [#36](https://github.com/MalteHerrmann/changelog-utils/pull/36) Add changelog linter as CI action.
- (crud) [#31](https://github.com/MalteHerrmann/changelog-utils/pull/31) Prefill input to add an entry with pull request information.
- (ci) [#30](https://github.com/MalteHerrmann/changelog-utils/pull/30) Add changelog diff check to CI actions.
- (all) [#28](https://github.com/MalteHerrmann/changelog-utils/pull/28) Update Cargo manifest with more information and updated version.
Expand Down

0 comments on commit 3adbc83

Please sign in to comment.