Skip to content

Commit

Permalink
Add job to check changelog was updated
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-caron committed Jan 3, 2024
1 parent 590abd1 commit 4bfc8aa
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ on:
workflow_dispatch:

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

coverage:
name: "Coverage"
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4bfc8aa

Please sign in to comment.