Fixed newly introduced issues since #28 #9
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: pull_request | |
jobs: | |
enforce-changelog: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: dangoslen/changelog-enforcer@v3 | |
with: | |
changeLogPath: CHANGELOG.md | |
missingUpdateErrorMessage: | | |
The changelog was not updated. Please document your changes in CHANGELOG.md. | |
Run `git config core.hooksPath .githooks` to enable a git hook that ensures you updated the changelog before pushing. |