Skip to content

Commit

Permalink
feat(workflow): check changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
quevon24 committed Feb 12, 2025
1 parent a0741d7 commit 8436a2a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/check_changelog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Check release notes

on:
pull_request:
branches:
- 'main'

jobs:
Check-Changelog:
name: Check Changelog Action
runs-on: ubuntu-20.04
steps:
- uses: tarides/changelog-check-action@v2
with:
changelog: CHANGES.md

0 comments on commit 8436a2a

Please sign in to comment.