Skip to content

Commit

Permalink
test: Improve CHANGELOG generation.
Browse files Browse the repository at this point in the history
  • Loading branch information
skyzyx committed Feb 2, 2024
1 parent cc77ed9 commit 0182c79
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/update-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,10 @@ jobs:
# Generate CHANGELOG
${{ runner.temp }}/git-cliff*/git-cliff -o CHANGELOG.md
# Run Markdownlint
# Run Markdownlint. Will probably fail.
npm exec markdownlint-cli --ignore=node_modules --ignore=.github --ignore=.templates --fix '**/*.md' || true
# Run Markdownlint. Should succeed this time.
npm exec markdownlint-cli --ignore=node_modules --ignore=.github --ignore=.templates --fix '**/*.md'
- name: Git commit if changed
Expand Down

0 comments on commit 0182c79

Please sign in to comment.