Skip to content

Commit

Permalink
ci: add Check changelog CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisv committed Nov 17, 2023
1 parent e75be41 commit 3c7102f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/check-changelog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Check-changelog
on:
pull_request:
branches:
- devel
jobs:
check-changelog:
name: Check changelog action
runs-on: ubuntu-latest
steps:
- uses: tarides/changelog-check-action@v2
with:
changelog: CHANGELOG.md

0 comments on commit 3c7102f

Please sign in to comment.