Skip to content

Commit

Permalink
Add github action to check changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ja573 committed Feb 13, 2024
1 parent bd6bf15 commit 1156eb4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/check_changelog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: check-changelog
on:
pull_request:

jobs:
check-changelog:
runs-on: ubuntu-latest
steps:
- uses: tarides/changelog-check-action@v2
with:
changelog: CHANGELOG.md

0 comments on commit 1156eb4

Please sign in to comment.