Skip to content

Commit

Permalink
Merge pull request #204 from freelawproject/add-workflow-to-ensure-do…
Browse files Browse the repository at this point in the history
…cumentation-updates

feat(workflow): check changelog
  • Loading branch information
flooie authored Feb 18, 2025
2 parents 974fbf8 + a103daa commit d009aae
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
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-latest
steps:
- uses: tarides/changelog-check-action@v2
with:
changelog: CHANGES.md
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

## Upcoming Changes

- N/A
- Add workflow to check for new entries in CHANGES.md file

## Current Version

Expand Down

0 comments on commit d009aae

Please sign in to comment.